| org.jatha.machine.SECDop org.jatha.machine.opLDC
opLDC | class opLDC extends SECDop (Code) | | opLDC pops two values from the C register and
pushes the second of those onto the S register.
The two values on the C register should be
the constant 'LDC' and a value.
See Also: SECDMachine author: Micheal S. Hewett hewett@cs.stanford.edu |
Constructor Summary | |
public | opLDC(Jatha lisp) It calls SECDop() with the machine argument
and the label of this instruction. |
opLDC | public opLDC(Jatha lisp)(Code) | | It calls SECDop() with the machine argument
and the label of this instruction.
See Also: SECDMachine |
|
|