diff options
| -rw-r--r-- | opcodes.s.m4 | 6 | ||||
| -rw-r--r-- | ports.s | 5 |
2 files changed, 10 insertions, 1 deletions
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 + @@ -1,5 +1,8 @@ || -*- gas -*- + || special section for IO +.text 2 + || Routines to process OUT and IN instructions. This is the || bit that's unique to TI calculators. @@ -1188,3 +1191,5 @@ port_in_fe: port_out_fe: port_in_ff: port_out_ff: + +.text 0 |
