enum InstructionType

Defined in:

instruction.cr

Enum Members

PUSH = 0
STORE = 1
LOAD = 2
ADD = 3
SUBTRACT = 4
MULTIPLY = 5
DIVIDE = 6

Instance Method Summary

Instance Method Detail

def add? #

[View source]
def divide? #

[View source]
def load? #

[View source]
def multiply? #

[View source]
def push? #

[View source]
def store? #

[View source]
def subtract? #

[View source]