Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 485 → Rev 551

/programs/demos/free3d04/trunk/free3d04.asm
309,7 → 309,7
mov eax,0 ; function 0 : define and draw window
mov ebx,50*65536+649 ; [x start] *65536 + [x size]
mov ecx,50*65536+504 ; [y start] *65536 + [y size]
mov edx,0x33ffffff ; color of work area RRGGBB,8->color gl
mov edx,0x34ffffff ; color of work area RRGGBB,8->color gl
mov edi,title
mcall