Modules§
Macros§
- assign_
memory_ value - Macro for matching the memory type and setting the value. Omits the value of
Width
. - assign_
memory_ value_ by_ width - Macro for matching the memory type and setting the value.
- assign_
register_ value - Macro to match a
Width
to a mutable register index. - get_
memory_ value - Macro for matching the
Register
type and getting the value. Omits the value ofWidth
. - get_
memory_ value_ by_ width - Macro for matching the memory type and getting the value.
- get_
register_ value - Macro to match a
Width
to a register index.