Subversion Repositories Kolibri OS

Rev

Rev 6883 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6883 Rev 6888
Line 17... Line 17...
17
 
17
 
18
crc_continue:
18
crc_continue:
19
; in: eax = pervios crc, ecx = size, esi->buffer
19
; in: eax = pervios crc, ecx = size, esi->buffer
20
; out: eax = crc
20
; out: eax = crc
-
 
21
        xor     eax, -1
21
        xor     eax,-1
22
        jecxz   crc.end
Line 22... Line 23...
22
		jmp crc.loop
23
        jmp     crc.loop
23
 
24
 
24
crc:
25
crc: