Instruction
Inherits Reference < Object
Constructors
Instance methods
args
Arguments that the instruction requires to execute properly.
For example, PUSH needs an argument of what to push onto the stack.
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.
type
Sourcetype=(type : InstructionType)
Source