Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 67 → Rev 68

/programs/copy2/trunk/copy2.asm
185,8 → 185,8
.ok_memory:
 
; save number of blocks to source_info
shr ebx,9 ; divide by 512
inc ebx ; blocks++
add ebx,511
shr ebx,9 ; round up to 512 boundary
mov [source_info.blocks],ebx
; read the source file
mov eax,58