Skip to content

Commit

Permalink
Are these supposed to be *labels*?
Browse files Browse the repository at this point in the history
  • Loading branch information
mbStavola committed Sep 16, 2017
1 parent ec50d4b commit d5f6f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/emulator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ impl System {
println!("{:x}\t{:?}", self.program_counter, opcode);
self.process_opcode(opcode);
} else {
println!("Unrecognized opcode");
break;
println!("Unrecognized opcode, could be a label?");
self.program_counter += 2;
}

self.tick(60);
Expand Down

0 comments on commit d5f6f14

Please sign in to comment.