| org.jatha.machine.SECDop org.jatha.machine.opLIS
opLIS | class opLIS extends SECDop (Code) | | opLIS is not in the Kogge book. I added it to handle functions with
a variable number of args. It assembles a list from the top N items
on the S, and pushes the list onto the stack.
Uses C register (2 values).
Modifes S registers.
See Also: SECDMachine |
Constructor Summary | |
public | opLIS(Jatha lisp) It calls SECDop() with the machine argument
and the label of this instruction. |
opLIS | public opLIS(Jatha lisp)(Code) | | It calls SECDop() with the machine argument
and the label of this instruction.
See Also: SECDMachine |
|
|