source:
trunk/minix/lib/i86/em/em_isar.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 .isar |
2 | .text | |
3 | ||
4 | .isar: | |
5 | pop cx | |
6 | pop ax | |
7 | cmp ax,#2 | |
8 | .extern .unknown | |
9 | jne .unknown | |
10 | pop bx ! descriptor address | |
11 | pop ax ! index | |
12 | push cx | |
13 | .extern .sar2 | |
14 | jmp .sar2 |
Note:
See TracBrowser
for help on using the repository browser.