| org.jatha.machine.SECDop org.jatha.machine.opLDFC
opLDFC | class opLDFC extends SECDop (Code) | | LDFC is not in Kogge's book. I use it to activate functions previously
defined by DEFUN. It is exactly like LDF except that it gets the code
from the symbol rather than as the next arg in the C register.
Uses C, E, S registers.
Modifes S register.
See Also: SECDMachine author: Micheal S. Hewett hewett@cs.stanford.edu |
Constructor Summary | |
public | opLDFC(Jatha lisp) It calls SECDop() with the machine argument
and the label of this instruction. |
opLDFC | public opLDFC(Jatha lisp)(Code) | | It calls SECDop() with the machine argument
and the label of this instruction.
See Also: SECDMachine |
|
|