summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstrid Smith2010-09-13 15:23:00 -0700
committerAstrid Smith2010-09-13 15:23:00 -0700
commit13d31754d1e4d5a0c86a142396987c2443d0795d (patch)
tree8d2f4d7b834b4aef5c9f35f09e0b5f820cbdea48
parent725569ebe9fc2901c15b818197b26004df5e492c (diff)
Made HALT instruction halt, even if it's not a very good way to halt
-rw-r--r--opcodes.asm1
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