diff options
| author | Astrid Smith | 2011-10-22 03:11:08 -0700 |
|---|---|---|
| committer | Astrid Smith | 2011-10-22 03:11:08 -0700 |
| commit | 555a832a8d8a26e81343ea059cbd39047134d864 (patch) | |
| tree | 8a15d64318e4822acfa9ec820bd265e435b23a68 /ports.s | |
| parent | 7d11503b39bdbd3c16db698e1e11bddb5b4d0978 (diff) | |
Special sections for special code
Diffstat (limited to 'ports.s')
| -rw-r--r-- | ports.s | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
