| org.jatha.machine.SECDop org.jatha.machine.opSEL
opSEL | class opSEL extends SECDop (Code) | | opSEL takes a branch in an IF-ELSE expression.
It selects code from the C register and, depending on
whether the topmost value in the S register is true
or not, places that code on the C register and pushes
the remaining C register code onto the D register.
Pops the S register.
See Also: SECDMachine author: Micheal S. Hewett hewett@cs.stanford.edu |
Constructor Summary | |
public | opSEL(Jatha lisp) It calls SECDop() with the machine argument
and the label of this instruction. |
opSEL | public opSEL(Jatha lisp)(Code) | | It calls SECDop() with the machine argument
and the label of this instruction.
See Also: SECDMachine |
|
|