Module operation

Source
Expand description

This module provides a way to define, parse and execute operations.

osiris_process suggest this operation template :

  • 16-bits : the operation identifier,
  • 16-bits : a RegisterId, the operation target, if any,
  • 32-bits : the operation argument(s) (see ArgumentScheme).

Modules§

error
scheme

Structs§

Instruction
Operation
This struct represents an Instruction template.

Functions§

match_operation
merge

Type Aliases§

OperationFn
OperationSet