| org.jatha.machine.SECDop org.jatha.machine.opRTN
opRTN | class opRTN extends SECDop (Code) | | opRTN returns from a function call.
Replaces the S, E and C registers with the first three
values in the D register.
Then pushs the topmost value on the old S register on the new S register.
See Also: SECDMachine author: Micheal S. Hewett hewett@cs.stanford.edu |
Constructor Summary | |
public | opRTN(Jatha lisp) It calls SECDop() with the machine argument
and the label of this instruction. |
opRTN | public opRTN(Jatha lisp)(Code) | | It calls SECDop() with the machine argument
and the label of this instruction.
See Also: SECDMachine |
|
|