pub type Registers = HashMap<String, u64>;
Expand description

Registers is a map from register name to it’s value.

Trait Implementations

Construct Registers from string Read more