Phasor 3.1.1
Stack VM based Programming Language
Loading...
Searching...
No Matches
phasor.Instruction Namespace Reference

Classes

class  Instruction

Variables

int _WIRE_SIZE = 21

Detailed Description

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

Variable Documentation

◆ _WIRE_SIZE

int phasor.Instruction._WIRE_SIZE = 21
protected

Definition at line 22 of file Instruction.py.