class documentation

class Opcode(Enum): (source)

View In Hierarchy

Undocumented

Constant ADD Undocumented
Constant ASSIGNMENT Undocumented
Constant ASSIGNMENT_BASE Undocumented
Constant BOOLEAN_AND Undocumented
Constant BOOLEAN_NOT Undocumented
Constant CONSTANT Undocumented
Constant DE_STRUCT Undocumented
Constant DECREMENT Undocumented
Constant DECREMENT_BASE Undocumented
Constant DIV Undocumented
Constant EQUAL Undocumented
Constant EXCLUSIVE_OR Undocumented
Constant EXECUTE_COMMAND Undocumented
Constant GEQ Undocumented
Constant GT Undocumented
Constant INCLUSIVE_OR Undocumented
Constant INCREMENT Undocumented
Constant INCREMENT_BASE Undocumented
Constant JMP Undocumented
Constant JNZ Undocumented
Constant JSR Undocumented
Constant JZ Undocumented
Constant LEQ Undocumented
Constant LOGICAL_AND Undocumented
Constant LOGICAL_OR Undocumented
Constant LT Undocumented
Constant MODIFY_STACK_POINTER Undocumented
Constant MODULUS Undocumented
Constant MUL Undocumented
Constant NEGATION Undocumented
Constant NO_OPERATION Undocumented
Constant NOT_EQUAL Undocumented
Constant ONES_COMPLEMENT Undocumented
Constant RESTORE_BASE_POINTER Undocumented
Constant RET Undocumented
Constant RUNSTACK_ADD Undocumented
Constant RUNSTACK_COPY Undocumented
Constant RUNSTACK_COPY_BASE Undocumented
Constant SAVE_BASE_POINTER Undocumented
Constant SHIFT_LEFT Undocumented
Constant SHIFT_RIGHT Undocumented
Constant STORE_IP Undocumented
Constant STORE_STATE Undocumented
Constant SUB Undocumented
Constant USHIFT_RIGHT Undocumented
ADD: int = (source)

Undocumented

Value
20
ASSIGNMENT: int = (source)

Undocumented

Value
1
ASSIGNMENT_BASE: int = (source)

Undocumented

Value
38
BOOLEAN_AND: int = (source)

Undocumented

Value
10
BOOLEAN_NOT: int = (source)

Undocumented

Value
34
CONSTANT: int = (source)

Undocumented

Value
4
DE_STRUCT: int = (source)

Undocumented

Value
33
DECREMENT: int = (source)

Undocumented

Value
35
DECREMENT_BASE: int = (source)

Undocumented

Value
40
DIV: int = (source)

Undocumented

Value
23
EQUAL: int = (source)

Undocumented

Value
11
EXCLUSIVE_OR: int = (source)

Undocumented

Value
9
EXECUTE_COMMAND: int = (source)

Undocumented

Value
5
GEQ: int = (source)

Undocumented

Value
13

Undocumented

Value
14
INCLUSIVE_OR: int = (source)

Undocumented

Value
8
INCREMENT: int = (source)

Undocumented

Value
36
INCREMENT_BASE: int = (source)

Undocumented

Value
41
JMP: int = (source)

Undocumented

Value
29
JNZ: int = (source)

Undocumented

Value
37
JSR: int = (source)

Undocumented

Value
30

Undocumented

Value
31
LEQ: int = (source)

Undocumented

Value
16
LOGICAL_AND: int = (source)

Undocumented

Value
6
LOGICAL_OR: int = (source)

Undocumented

Value
7

Undocumented

Value
15
MODIFY_STACK_POINTER: int = (source)

Undocumented

Value
27
MODULUS: int = (source)

Undocumented

Value
24
MUL: int = (source)

Undocumented

Value
22
NEGATION: int = (source)

Undocumented

Value
25
NO_OPERATION: int = (source)

Undocumented

Value
45
NOT_EQUAL: int = (source)

Undocumented

Value
12
ONES_COMPLEMENT: int = (source)

Undocumented

Value
26
RESTORE_BASE_POINTER: int = (source)

Undocumented

Value
43
RET: int = (source)

Undocumented

Value
32
RUNSTACK_ADD: int = (source)

Undocumented

Value
2
RUNSTACK_COPY: int = (source)

Undocumented

Value
3
RUNSTACK_COPY_BASE: int = (source)

Undocumented

Value
39
SAVE_BASE_POINTER: int = (source)

Undocumented

Value
42
SHIFT_LEFT: int = (source)

Undocumented

Value
17
SHIFT_RIGHT: int = (source)

Undocumented

Value
18
STORE_IP: int = (source)

Undocumented

Value
28
STORE_STATE: int = (source)

Undocumented

Value
44
SUB: int = (source)

Undocumented

Value
21
USHIFT_RIGHT: int = (source)

Undocumented

Value
19