source: trunk/minix/lib/i86/em/em_ilar.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: 205 bytes
Line 
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.