source: trunk/minix/lib/i386/em/em_blm.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: 219 bytes
Line 
1.sect .text; .sect .rom; .sect .data; .sect .bss
2.sect .text
3.define .blm
4
5 ! ecx: count in words
6.blm:
7 mov ebx,esp
8 mov eax,esi
9 mov edx,edi
10 mov edi,4(ebx)
11 mov esi,8(ebx)
12 rep movs
13 mov esi,eax
14 mov edi,edx
15 ret 8
16
Note: See TracBrowser for help on using the repository browser.