Pushes the special null object reference onto the stack.
null is a reference to no object, and has no type (null can
be cast to any reference type). null conventionally represents an
invalid or uncreated object. Fields, variables and the elements of object
reference arrays have null as their initial value.