Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3374 → Rev 3375

/programs/media/scrshoot/scrshoot.mac
42,17 → 42,17
mov eax,10
mcall
dec ax
if <redraw> eq <>
if redraw eq
else
jz redraw
end if
dec ax
if <key> eq <>
if key eq
else
jz key
end if
dec ax
if <button> eq <>
if button eq
else
jz button
end if
59,16 → 59,16
dec ax
dec ax
dec ax
if <mouse> eq <>
if mouse eq
else
jz mouse
end if
if <ipc> eq <>
if ipc eq
else
dec ax
jz ipc
end if
if <other> eq <>
if other eq
jmp still
else
jmp other
150,7 → 150,7
;mov ebx,proc_inf_buf
push proc_inf_buf
pop ebx
if <slot_num> eq <>
if slot_num eq
xor ecx,ecx
dec ecx
else
197,7 → 197,7
macro delay time
{
mov eax,5
if <time> eq <>
if time eq
else
mov ebx,time
end if
207,7 → 207,7
{
mov eax,18
mov ebx,3
if <slot_n> eq <>
if slot_n eq
else
mov ecx,slot_n
end if