Skip to content

Commit

Permalink
Merge pull request #8 from ariscop/stop_fix
Browse files Browse the repository at this point in the history
Don't skip the opcode after a stop
  • Loading branch information
Gekkio authored Oct 22, 2020
2 parents 42941e1 + 7607b5b commit a8a0882
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/languages/sm83_instructions.sinc
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,6 @@

:STOP is op0_8=0x10 {
stop();
PC = PC + 1;
goto [PC];
}

:DI is op0_8=0xf3 {
Expand Down

0 comments on commit a8a0882

Please sign in to comment.