pub type Byte = u8; pub type HWord = u16; pub type Word = u32; pub type DWord = u64; pub type Reg = DWord; pub type Addr = DWord;