feat: implement more registers

This commit is contained in:
2021-01-17 21:13:59 -06:00
parent 70de3b9142
commit c0b8b8bda2
6 changed files with 106 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ fn main() {
let instruction = game_boy.decode(opcode);
println!(
"Addr: {:#06X} | Opcode: {:#04X} | Instr: {:X?}",
"\nAddr: {:#06X} | Opcode: {:#04X} | Instr: {:X?}",
pc, opcode, instruction
);