| org.jatha.machine.SECDop org.jatha.machine.opLDF
opLDF | class opLDF extends SECDop (Code) | | opLDF prepares to execute a non-recursive function.
It makes a closure and pushes it on the S register.
Uses S register (2 values).
Modifes C, D, E, and S registers.
See Also: SECDMachine author: Micheal S. Hewett hewett@cs.stanford.edu |
Constructor Summary | |
public | opLDF(Jatha lisp) It calls SECDop() with the machine argument
and the label of this instruction. |
opLDF | public opLDF(Jatha lisp)(Code) | | It calls SECDop() with the machine argument
and the label of this instruction.
See Also: SECDMachine |
|
|