Expand description
Numeric opcode/form plumbing.
Siglus dispatches many operations by numeric form codes. When porting, a non-trivial subset of codes may be unknown.
This module provides:
- A stable representation of a numeric operation (OpCode)
- A dispatcher hook (dispatch_code)
Structs§
Functions§
- dispatch_
code - Dispatch a numeric form operation.