![]() |
Phasor 3.1.1
Stack VM based Programming Language
|
Classes | |
| class | Instruction |
Variables | |
| int | _WIRE_SIZE = 21 |
phasor.Instruction
==================
Single VM instruction as it appears both in memory and on disk.
Wire layout (21 bytes)::
opcode : uint8
operand1 : int32
operand2 : int32
operand3 : int32
operand4 : int32
operand5 : int32
|
protected |
Definition at line 22 of file Instruction.py.