From 7306a2d260594efefe5761fc617a4e2aba97c41f Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Fri, 12 Nov 2010 21:30:13 -0800 Subject: Reworked opcodes.asm to use m4. Soon, it will be clean. --- opcodes.inc.m4 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 opcodes.inc.m4 (limited to 'opcodes.inc.m4') diff --git a/opcodes.inc.m4 b/opcodes.inc.m4 new file mode 100644 index 0000000..d7343e8 --- /dev/null +++ b/opcodes.inc.m4 @@ -0,0 +1,8 @@ +dnl # change the comments to match the assembler. Prevents/reduces +dnl # confusion, since m4 likes to use ' as a quoting character. +changecom(;)dnl +define(`OPCODE',` START +`emu_op_'$1`:' +$2 + TIME $3 + DONE')dnl -- cgit v1.2.3