Initial stuff and memory implementation
This commit is contained in:
7
src/consts.rs
Normal file
7
src/consts.rs
Normal file
@@ -0,0 +1,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;
|
||||
Reference in New Issue
Block a user