| org.jatha.machine.SECDop org.jatha.machine.opLD
opLD | class opLD extends SECDop (Code) | | opLD pushes the value of a local variable onto
the S register and removes two values from the C register.
The values on the C register are the constant 'LD'
and the pair (i, j), which are indices into the
value of the E register which is a list of lists.
See Also: SECDMachine author: Micheal S. Hewett hewett@cs.stanford.edu |
Constructor Summary | |
public | opLD(Jatha lisp) It calls SECDop() with the machine argument
and the label of this instruction. |
opLD | public opLD(Jatha lisp)(Code) | | It calls SECDop() with the machine argument
and the label of this instruction.
See Also: SECDMachine |
|
|