Expand description

Representation of the opcode byte

The opcode byte is the first byte (in little-endian) of an Instruction. All instructions are 32 bits. The remaining 3 bytes are operands which are interpreted differently depending on the opcode.

Modules

Arithmetic subcodes

Comparison subcodes

Indexing subcodes

Miscellaneous instruction subcodes

Enums

Determines instruction category (bits 0..2)