summaryrefslogtreecommitdiff
path: root/opcodes.asm.m4
diff options
context:
space:
mode:
authorDuncan Smith2010-11-12 22:34:36 -0800
committerDuncan Smith2010-11-12 22:34:36 -0800
commitdd0e4224c93c1b94b7b9fd06e9ab08105e19845f (patch)
tree6912aebda42970c0e3130cc6d2f16c5353c79d57 /opcodes.asm.m4
parent2164cc7b99ab44b9efe03d5f4dc2392fc34791f3 (diff)
Added support for local labels in opcodes
I tried to use A68k's local label support, but I believe it was broken. Now I can use it, finally. :)
Diffstat (limited to 'opcodes.asm.m4')
-rw-r--r--opcodes.asm.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes.asm.m4 b/opcodes.asm.m4
index 9f3a3fe..9e22715 100644
--- a/opcodes.asm.m4
+++ b/opcodes.asm.m4
@@ -332,14 +332,14 @@ OPCODE(10,`
HOLD_INTS
LOHI ebc
subq.b #1,ebc
- beq.s end_10 ; slooooow
+ beq.s local(end) ; slooooow
FETCHBI d1
move.l epc,a0
bsr underef
add.w d1,d0 ; ??? Can I avoid underef/deref cycle?
bsr deref
move.l a0,epc
-end_10:
+local(end):
HILO ebc
CONTINUE_INTS
') ;nok