source:
trunk/minix/lib/i86/em/em_fat.s@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 95 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | .define .fat |
2 | .text | |
3 | ||
4 | .fat: | |
5 | .extern .trp | |
6 | .extern .stop | |
7 | call .trp | |
8 | call .stop | |
9 | ! no return |
Note:
See TracBrowser
for help on using the repository browser.