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 --- ports.s | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ports.s') diff --git a/ports.s b/ports.s index 3bd3b21..146bd41 100644 --- a/ports.s +++ b/ports.s @@ -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 -- cgit v1.2.3