source: trunk/minix/lib/i386/em/em_cuu.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: 365 bytes
Line 
1.sect .text; .sect .rom; .sect .data; .sect .bss
2.define .ciu
3.define .cui
4.define .cuu
5
6.sect .text
7.ciu:
8.cui:
9.cuu:
10 pop ebx ! return address
11 ! pop ecx, dest. size
12 ! pop edx, source size
13 ! eax is source
14 cmp edx,ecx
15 jne 8f
16 jmp ebx
178:
18.extern EILLINS
19.extern .fat
20 mov eax,EILLINS
21 push eax
22 jmp .fat
Note: See TracBrowser for help on using the repository browser.