Expand description
Definitions of all instructions supported by the assembler.
Structs§
- Context
- Evaluation context for
Expression
. - Expression
Macro Definition - Expression macro definition op fields.
- Expression
Macro Invocation - Expression macro invocation imm.
- Imm
- An immediate value for push instructions.
- Instruction
Macro Definition - Instruction macro definition op fields.
- Instruction
Macro Invocation - Instruction macro invocation op.
- TryFrom
Slice Error - An error that arises when converting a slice into an immediate.
- Unknown
Specifier Error - The error that can arise while parsing a specifier from a string.
Enums§
- Abstract
- Marker type for instructions which may accept labels, variables, or constants as arguments.
- Abstract
Op - Like an
Op
, except it also supports virtual instructions. - Access
- The access mode (read, write, both) of an instruction.
- Expression
- A mathematical expression.
- Macro
Definition - Macro definition.
- Terminal
- A terminal value in an expression.
Traits§
- Concretize
- Allows to concretize operations.