pub type Registers = HashMap<String, u64>;
Registers is a map from register name to it’s value.
Registers
pub struct Registers { /* private fields */ }