summaryrefslogtreecommitdiff
path: root/opcodes.asm.m4
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes.asm.m4')
-rw-r--r--opcodes.asm.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes.asm.m4 b/opcodes.asm.m4
index 9a1598d..63ea0dc 100644
--- a/opcodes.asm.m4
+++ b/opcodes.asm.m4
@@ -100,7 +100,7 @@ _align SET 0
START MACRO
ORG emu_plain_op+_align
-_align SET _align+$40
+_align SET _align+$40 ; opcode routine length
jmp do_interrupt ; for interrupt routines
ENDM