| org.jatha.machine.SECDop org.jatha.machine.opLD_GLOBAL
opLD_GLOBAL | class opLD_GLOBAL extends SECDop (Code) | | opLD_GLOBAL pushes onto the stack the value of a global variable.
Handles special (dynamically-bound) variables correctly.
Uses C register (2 values).
Modifes register S
See Also: SECDMachine author: Micheal S. Hewett hewett@cs.stanford.edu |
Constructor Summary | |
public | opLD_GLOBAL(Jatha lisp) It calls SECDop() with the machine argument
and the label of this instruction. |
opLD_GLOBAL | public opLD_GLOBAL(Jatha lisp)(Code) | | It calls SECDop() with the machine argument
and the label of this instruction.
See Also: SECDMachine |
|
|