![]() |
Phasor 3.1.1
Stack VM based Programming Language
|
This is the complete list of members for phasor.Instruction.Instruction, including all inherited members.
| __repr__(self) | phasor.Instruction.Instruction | |
| call(cls, int name_const_index, int arg_count=0) | phasor.Instruction.Instruction | |
| halt(cls) | phasor.Instruction.Instruction | |
| jump(cls, int offset) | phasor.Instruction.Instruction | |
| jump_if_false(cls, int offset) | phasor.Instruction.Instruction | |
| jump_if_true(cls, int offset) | phasor.Instruction.Instruction | |
| load_var(cls, int var_index) | phasor.Instruction.Instruction | |
| operand1 | phasor.Instruction.Instruction | static |
| operand2 | phasor.Instruction.Instruction | static |
| operand3 | phasor.Instruction.Instruction | static |
| push_const(cls, int const_index) | phasor.Instruction.Instruction | |
| store_var(cls, int var_index) | phasor.Instruction.Instruction |