Subversion Repositories Kolibri OS

Compare Revisions

Ignore whitespace Rev 6887 → Rev 6888

/programs/fs/kfar/trunk/kfar_arc/crc.inc
18,8 → 18,9
crc_continue:
; in: eax = pervios crc, ecx = size, esi->buffer
; out: eax = crc
xor eax,-1
jmp crc.loop
xor eax, -1
jecxz crc.end
jmp crc.loop
 
crc:
; in: ecx=size, esi->buffer