Subversion Repositories Kolibri OS

Rev

Rev 589 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 589 Rev 6883
Line 13... Line 13...
13
        stosd
13
        stosd
14
        inc     dl
14
        inc     dl
15
        jnz     .1
15
        jnz     .1
16
        ret
16
        ret
Line -... Line 17...
-
 
17
 
-
 
18
crc_continue:
-
 
19
; in: eax = pervios crc, ecx = size, esi->buffer
-
 
20
; out: eax = crc
-
 
21
        xor     eax,-1
-
 
22
		jmp crc.loop
17
 
23
 
18
crc:
24
crc:
19
; in: ecx=size, esi->buffer
25
; in: ecx=size, esi->buffer
20
; out: eax=crc
26
; out: eax=crc
21
        or      eax, -1
27
        or      eax, -1