summaryrefslogtreecommitdiff
path: root/opcodes.inc.m4
diff options
context:
space:
mode:
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.