source: trunk/minix/lib/ack/i386/em/em_com.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: 173 bytes
Line 
1.sect .text; .sect .rom; .sect .data; .sect .bss
2.define .com
3
4 ! #bytes in ecx
5 .sect .text
6.com:
7 mov ebx,esp
8 add ebx,4
9 sar ecx,2
101:
11 not (ebx)
12 add ebx,4
13 loop 1b
14 ret
Note: See TracBrowser for help on using the repository browser.