Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 318 → Rev 485

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