Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2193 → Rev 2206

/programs/demos/3DS/VIEW3DS.ASM
475,7 → 475,7
mov eax,7 ; put image
mov ebx,screen
mov ecx,SIZE_X shl 16 + SIZE_Y
mov edx,5 shl 16 + 22
mov edx,5 shl 16 + 23
int 0x40