Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 68 → Rev 67

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