From 555a832a8d8a26e81343ea059cbd39047134d864 Mon Sep 17 00:00:00 2001 From: Astrid Smith Date: Sat, 22 Oct 2011 03:11:08 -0700 Subject: Special sections for special code --- opcodes.s.m4 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'opcodes.s.m4') diff --git a/opcodes.s.m4 b/opcodes.s.m4 index 5c2065f..d4a9564 100644 --- a/opcodes.s.m4 +++ b/opcodes.s.m4 @@ -222,7 +222,8 @@ done: .macro TIME should is .endm -.text + || text section 1 is the emulator core +.text 1 .align 8 emu_plain_op: | Size(bytes) Time(cycles) @@ -4308,3 +4309,6 @@ OP_FD(ff,«») OP_FDCB(ff,«») OP_ED(ff,«») + || end special section +.text 0 + -- cgit v1.2.3