class

Instruction

Inherits Reference < Object

Constructors

new(type : InstructionType, args : Array(String) = [] of String)
Source

Instance methods

args

Arguments that the instruction requires to execute properly. For example, PUSH needs an argument of what to push onto the stack.

Source
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.

Source
type
Source
type=(type : InstructionType)
Source