Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 501 → Rev 502

/programs/demos/ss/trunk/@SS.ASM
393,7 → 393,7
xor eax,eax ; function 0 : define and draw window
mov ebx,100*65536+215 ; [x start] *65536 + [x size]
mov ecx,100*65536+70 ; [y start] *65536 + [y size]
mov edx,0x03400088 ; color of work area RRGGBB,8->color gl
mov edx,0x13400088 ; color of work area RRGGBB,8->color gl
mov edi,title
mcall