summaryrefslogtreecommitdiff
path: root/opcodes.inc.m4
diff options
context:
space:
mode:
authorAstrid Smith2011-10-22 02:28:32 -0700
committerAstrid Smith2011-10-22 02:28:32 -0700
commit00ff2ebe52c67af3abc24ea9a3822accbeaa9cc0 (patch)
treeefc9e644c80cf173fddd3a341949d480fe6564f4 /opcodes.inc.m4
parent872a0b0132e62351d6674b84cabe4a87d9c95570 (diff)
Reworked to use the SIERRA linker from TI Flash Studio
Diffstat (limited to 'opcodes.inc.m4')
-rw-r--r--opcodes.inc.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes.inc.m4 b/opcodes.inc.m4
index a2fb064..9bb8a69 100644
--- a/opcodes.inc.m4
+++ b/opcodes.inc.m4
@@ -12,7 +12,6 @@ dnl # 4. Cycles the emulator takes
dnl # 5. Bytes of emulator code for this instruction
dnl #
define(«OPCODE»,« START
-.print "Opcode $1"
dnl # This little bit of trickery lets me define a local label.
dnl # Calling local(end) inside of OPCODE(10, ...) will expand to
dnl # end_10, and is undefined everywhere else.