Enums§
- Op
- Bytecode operations for the TL virtual machine.
Functions§
- decode_
a - Decode A field
- decode_
b - Decode B field
- decode_
bx - Decode Bx field (16-bit unsigned)
- decode_
c - Decode C field
- decode_
op - Decode opcode from instruction
- decode_
sbx - Decode Bx as signed offset (for jumps)
- encode_
abc - Encode an ABC-format instruction: [op:8][A:8][B:8][C:8]
- encode_
abx - Encode an ABx-format instruction: [op:8][A:8][Bx:16]