Implement Register methods, and stub ADD opcodes

This commit is contained in:
Rekai Musuka
2020-08-05 03:23:50 -05:00
parent 8b475cb4cf
commit a3cd9166ab
3 changed files with 169 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
pub use cpu::LR35902;
pub mod bus;
pub mod cpu;
pub mod cpu;