Skip to content
Snippets Groups Projects
Verified Commit 3dca80bf authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: better waiting support

parent dbfdd988
No related branches found
No related tags found
No related merge requests found
Pipeline #938 passed
......@@ -180,7 +180,7 @@ impl Cpu {
if *instruction_str == "! UNIMP !" || *instruction_str == "HALT" {
if *instruction_str == "HALT" {
println!("Waiting for {:x} in HALT", self.mmu.ie);
println!("Waiting for 0x{:02x} in HALT", self.mmu.ie);
}
println!(
"{}\t(0x{:02x})\t${:04x} {}",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment