source:
trunk/minix/lib/i86/em/em_lfr8.s@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 129 bytes |
Line | |
---|---|
1 | .define .lfr8 |
2 | .text |
3 | .extern .retarea |
4 | |
5 | .lfr8: |
6 | pop bx |
7 | push .retarea+6 |
8 | push .retarea+4 |
9 | push .retarea+2 |
10 | push .retarea |
11 | jmp (bx) |
Note:
See TracBrowser
for help on using the repository browser.