Initial instruction execution code i guess

This commit is contained in:
2025-09-30 18:39:14 +02:00
parent f5ac1a132f
commit 4632fe29ce
4 changed files with 78 additions and 0 deletions

View File

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