base core state & instruction decoder

This commit is contained in:
2025-09-27 21:43:10 +02:00
parent 5919041f07
commit 3163b43fa4
4 changed files with 130 additions and 1 deletions

View File

@@ -3,5 +3,7 @@ pub type HWord = u16;
pub type Word = u32;
pub type DWord = u64;
pub type Reg = DWord;
pub type RegValue = DWord;
pub type Addr = DWord;
pub type RegId = u8;