Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6882 → Rev 6883

/programs/fs/kfar/trunk/kfar_arc/crc.inc
15,6 → 15,12
jnz .1
ret
 
crc_continue:
; in: eax = pervios crc, ecx = size, esi->buffer
; out: eax = crc
xor eax,-1
jmp crc.loop
 
crc:
; in: ecx=size, esi->buffer
; out: eax=crc