fix: implement 0xff41 and fix CALL instruciton

This commit is contained in:
2021-01-18 02:22:45 -06:00
parent 386a780a6f
commit 9203b61533
5 changed files with 84 additions and 19 deletions

View File

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