class Instruction
- Instruction
- Reference
- Object
Defined in:
instruction.crConstructors
Instance Method Summary
-
#args : Array(String)
Arguments that the instruction requires to execute properly.
-
#args=(args : Array(String))
Arguments that the instruction requires to execute properly.
- #type : InstructionType
- #type=(type : InstructionType)
Constructor Detail
Instance Method Detail
def args : Array(String)
#
Arguments that the instruction requires to execute properly.
For example, PUSH
needs an argument of what to push onto the stack.
def args=(args : Array(String))
#
Arguments that the instruction requires to execute properly.
For example, PUSH
needs an argument of what to push onto the stack.