Expand description
Bytecodes for Stak Scheme.
Enums§
- Instruction
- An instruction.
- Operand
- An instruction operand.
Constants§
- INSTRUCTION_
BITS - A number of bits required to encode an instruction in bytecodes.
- INSTRUCTION_
MASK - A mask for instruction bits in bytecodes.
- INTEGER_
BASE - A base for integer encoding in bytecodes.
- SHORT_
INTEGER_ BASE - A base for short integer encoding in bytecodes.
- SYMBOL_
SEPARATOR - A symbol separator.
- SYMBOL_
TERMINATOR - A symbol terminator.