summaryrefslogtreecommitdiff
path: root/opcodes.inc.m4
AgeCommit message (Collapse)Author
2010-11-12Changed the m4 quotes to be guillemets, which are less likely to get in the wayAstrid Smith
2010-11-12Protection added to prevent m4 from emitting "TIME ,"Astrid Smith
2010-11-12Non-code changes (comments and macro arguments)Astrid 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 opcodesAstrid 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.Astrid Smith