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