source:
trunk/minix/lib/i386/em/em_ilar.s@
16
Last change on this file since 16 was 9, checked in by , 14 years ago | |
---|---|
File size: 265 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | .sect .text; .sect .rom; .sect .data; .sect .bss |
2 | .sect .text | |
3 | .define .ilar | |
4 | ||
5 | .ilar: | |
6 | pop ecx | |
7 | pop edx | |
8 | .extern .unknown | |
9 | cmp edx,4 | |
10 | jne .unknown | |
11 | pop ebx ! descriptor address | |
12 | pop eax ! index | |
13 | push ecx | |
14 | .extern .lar4 | |
15 | jmp .lar4 |
Note:
See TracBrowser
for help on using the repository browser.