enum InstructionType
Defined in:
instruction.crEnum Members
-
PUSH =
0 -
STORE =
1 -
LOAD =
2 -
ADD =
3 -
SUBTRACT =
4 -
MULTIPLY =
5 -
DIVIDE =
6
0
1
2
3
4
5
6