some debugging stuff and SECOND OPCODE!
This commit is contained in:
@@ -68,7 +68,7 @@ impl Core {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
eprintln!("Invalid Instruction");
|
||||
eprintln!("Invalid Instruction 0x{:08x} 0b{:032b}", instr.0, instr.0);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user