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

@@ -1,2 +1,4 @@
mod consts;
pub mod core;
mod decode;
pub mod mem;