source:
trunk/minix/lib/i386/em/em_fat.s@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
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.