Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9675 → Rev 9676

/programs/other/kpack/trunk/kerpack.inc
21,15 → 21,15
kerpack:
call clear_mess_and_displogo
 
mov ecx,200*1024*3+6A8000h
mov ecx,300*1024*3+6A8000h
mcall 68,12
mov [infile],eax
mov [infile3],eax
add eax,200*1024
add eax,300*1024
mov [inbuftmp],eax
add eax,200*1024
add eax,300*1024
mov [outfile],eax
add eax,200*1024
add eax,300*1024
mov [workmem],eax
36,7 → 36,7
mov esi,inname
call get_full_name
mov [insize3],200*1024 ; max size of input file
mov [insize3],300*1024 ; max size of input file
mcall 70,fn70_read
cmp eax,6