summaryrefslogtreecommitdiff
path: root/opcodes.asm
diff options
context:
space:
mode:
authorDuncan Smith2010-09-13 15:23:00 -0700
committerDuncan Smith2010-09-13 15:23:00 -0700
commit997737d27c2da17a409b57ec2684e8c41d110364 (patch)
tree1645397406740e9ca680acd6cf8e8114566bf03b /opcodes.asm
parent3c35c0023e0d1f22804cfb51d38dba1ee3c0b316 (diff)
Made HALT instruction halt, even if it's not a very good way to halt
Diffstat (limited to 'opcodes.asm')
-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