Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 485 → Rev 484

/programs/system/skinsel/skinsel.asm
1,4 → 1,3
include '..\..\macros.inc'
use32
db 'MENUET01'
dd 1
11,7 → 10,7
push 70
pop eax
mov ebx, fileinfo
mcall
int 0x40
cmp ebx, max_file_size
jz exit
cmp ebx, -1
18,7 → 17,7
jnz @f
exit:
or eax, -1
mcall
int 0x40
@@:
mov esi, filebuf
xor ecx, ecx
46,7 → 45,7
jecxz exit
push 3
pop eax
mcall
int 0x40
ror eax, 16
mov edx, 1024
@@:
84,7 → 83,7
push 48
pop eax
mov bl, 8
mcall
int 0x40
jmp exit
 
fileinfo: