| org.jatha.machine.SECDop org.jatha.machine.opRTN_IT
opRTN_IT | class opRTN_IT extends SECDop (Code) | | opRTN_IT returns from a function call if the
value on the stack is non-NIL. (RTN-if-true).
It returns the value on the stack. Used in
compilation of the OR function.
Uses D register.
Modifes S, E, C and D registers.
See Also: SECDMachine author: Micheal S. Hewett hewett@cs.stanford.edu |
Constructor Summary | |
public | opRTN_IT(Jatha lisp) It calls SECDop() with the machine argument
and the label of this instruction. |
opRTN_IT | public opRTN_IT(Jatha lisp)(Code) | | It calls SECDop() with the machine argument
and the label of this instruction.
See Also: SECDMachine |
|
|