sets the eq condition code bit to 1 if X and Y are the same object, 0 otherwise.
sets the eq condition code bit to 1 if X and Y are the same object or if X and Y are numbers of the same type with the same value, 0 otherwise.
returns NIL if X is NIL or T if it is not.
returns T if X is NIL or NIL if it is not.
V must be a Values-Marker. Returns the number of values indicated in the low 24 bits of V as a fixnum.
N is a fixnum. Returns a Values-Marker with the same low-order 24 bits as N.
If the VM is a Values-Marker, do nothing; if not, push VM and return a Values-Marker 1.
is a no-op for the IBM RT PC, since the only time that a Flush-Values miscop is generated is in some well-defined cases where all the values are wanted on the stack.