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
Widthto a mutable register index. - get_
memory_ value - Macro for matching the
Registertype 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
Widthto a register index.