source: trunk/minix/lib/ack/i386/em/em_fat.s@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 150 bytes
Line 
1.sect .text; .sect .rom; .sect .data; .sect .bss
2.sect .text
3.define .fat
4
5.fat:
6.extern .trp
7.extern .stop
8 call .trp
9 call .stop
10 ! no return
Note: See TracBrowser for help on using the repository browser.