source: trunk/minix/lib/i386/em/em_isar.s@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 265 bytes
Line 
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.