Expand description
The pulley bytecode for fast interpreters.
Re-exports§
Modules§
- decode
decode
- Decoding support for pulley bytecode.
- disas
disas
- Disassembly support for pulley bytecode.
- encode
encode
- Encoding support for pulley bytecode.
- imms
- Immediates.
- interp
interp
- Interpretation of pulley bytecode.
- op
- Pulley bytecode operations with their operands.
- opcode
- Pulley opcodes (without operands).
- regs
- Pulley registers.
Macros§
- for_
each_ extended_ op - Calls the given macro with each extended opcode.
- for_
each_ op - Calls the given macro with each opcode.