source:
trunk/minix/lib/i386/em/em_isar.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 .isar | |
4 | ||
5 | .isar: | |
6 | pop ecx | |
7 | pop eax | |
8 | cmp eax,4 | |
9 | .extern .unknown | |
10 | jne .unknown | |
11 | pop ebx ! descriptor address | |
12 | pop eax ! index | |
13 | push ecx | |
14 | .extern .sar4 | |
15 | jmp .sar4 |
Note:
See TracBrowser
for help on using the repository browser.