source:
trunk/minix/lib/i86/em/em_ilar.s@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 205 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | .define .ilar |
2 | .text | |
3 | ||
4 | .ilar: | |
5 | pop cx | |
6 | pop dx | |
7 | .extern .unknown | |
8 | cmp dx,#2 | |
9 | jne .unknown | |
10 | pop bx ! descriptor address | |
11 | pop ax ! index | |
12 | push cx | |
13 | .extern .lar2 | |
14 | jmp .lar2 |
Note:
See TracBrowser
for help on using the repository browser.