source:
trunk/minix/lib/i86/em/em_fat.s@
22
| Last change on this file since 22 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 95 bytes | |
| Line | |
|---|---|
| 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.