Expand description
Tools for bytecode generation.
Enums§
Functions§
- encode
- Encode an instruction with
A
,B
, andC
parameters. - encode_
ax - Encode an instruction with an
Ax
parameter. - encode_
bx - Encode an instruction with
A
andBx
parameters. - encode_
sbx - Encode an instruction with
A
andsBx
parameters.