Couple bugfixes, integration tests ported

This commit is contained in:
2022-04-17 23:35:48 -05:00
parent df111ce55b
commit 05c1be2e94
16 changed files with 436 additions and 48 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
pub mod cpu;
pub mod memory;
pub mod opcodes;
pub mod word;
pub mod word;
pub use cpu::CPU;
pub use memory::Memory;
pub use word::Word;