1 2 3 4 5 6 7
pub type Byte = u8; pub type HWord = u16; pub type Word = u32; pub type DWord = u64; pub type Reg = DWord; pub type Addr = DWord;