summaryrefslogtreecommitdiff
path: root/opcodes.asm.m4
AgeCommit message (Collapse)Author
2010-11-12Non-code changes (comments and macro arguments)Duncan Smith
I added a fourth and fifth argument to OPCODE(). Now it accepts both of the arguments for the TIME macro (to allow for more precise speed emulation in the distant future) as well as a fifth argument, the size of the opcode routine (excluding START and DONE). I think this will allow me to automatically generate minimal offsets when I finally use Tezxas's dispatch routine.
2010-11-12Added support for local labels in opcodesDuncan Smith
I tried to use A68k's local label support, but I believe it was broken. Now I can use it, finally. :)
2010-11-12Reworked opcodes.asm to use m4. Soon, it will be clean.Duncan Smith