feat: implement more registers
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user