| org.jatha.machine.SECDop org.jatha.machine.opDUM
opDUM | class opDUM extends SECDop (Code) | | opDUM Sets up a dummy entry in the E register to prepare
for execution of a recursive function.
Pushes NIL onto the E register and pops the C register.
See Also: SECDMachine author: Micheal S. Hewett hewett@cs.stanford.edu |
Constructor Summary | |
public | opDUM(Jatha lisp) It calls SECDop() with the machine argument
and the label of this instruction. |
opDUM | public opDUM(Jatha lisp)(Code) | | It calls SECDop() with the machine argument
and the label of this instruction.
See Also: SECDMachine |
|
|