| org.jatha.machine.SECDop org.jatha.machine.opNIL
opNIL | class opNIL extends SECDop (Code) | | opNIL pushes the constant NIL onto the S register and pops the C register.
Modifes S register.
See Also: SECDMachine author: Micheal S. Hewett hewett@cs.stanford.edu |
Constructor Summary | |
public | opNIL(Jatha lisp) It calls SECDop() with the machine argument
and the label of this instruction. |
opNIL | public opNIL(Jatha lisp)(Code) | | It calls SECDop() with the machine argument
and the label of this instruction.
See Also: SECDMachine |
|
|