diff options
| author | Astrid Smith | 2010-09-13 15:23:00 -0700 |
|---|---|---|
| committer | Astrid Smith | 2010-09-13 15:23:00 -0700 |
| commit | 13d31754d1e4d5a0c86a142396987c2443d0795d (patch) | |
| tree | 8d2f4d7b834b4aef5c9f35f09e0b5f820cbdea48 | |
| parent | 725569ebe9fc2901c15b818197b26004df5e492c (diff) | |
Made HALT instruction halt, even if it's not a very good way to halt
| -rw-r--r-- | opcodes.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes.asm b/opcodes.asm index 6cf2fed..06badd7 100644 --- a/opcodes.asm +++ b/opcodes.asm @@ -1163,6 +1163,7 @@ emu_op_75: emu_op_76: ;; HALT ;; XXX do this + bra emu_op_76 DONE START |
