Skip to main content

Module opcode

Module opcode 

Source
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§

OpCode

Functions§

dispatch_code
Dispatch a numeric form operation.