Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6883 → Rev 6888

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