Subversion Repositories Kolibri OS

Rev

Rev 2416 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2416 Rev 2444
Line 529... Line 529...
529
	EBX = x<<16+y;
529
	EBX = x<<16+y;
530
	ECX = fontType<<24+color;
530
	ECX = fontType<<24+color;
531
	$int 0x40;
531
	$int 0x40;
532
}
532
}
Line -... Line 533...
-
 
533
 
-
 
534
void CopyScreen(dword EBX, x, y, sizeX, sizeY)
-
 
535
{
-
 
536
  EAX = 36;
-
 
537
  ECX = sizeX << 16 + sizeY;
-
 
538
  EDX = x << 16 + y;
-
 
539
  $int  0x40;
-
 
540
}
533
 
541
 
534
void PutImage(dword EBX,w,h,x,y)
542
void PutImage(dword EBX,w,h,x,y)
535
{
543
{
536
	EAX = 7;
544
	EAX = 7;
537
	ECX = w<<16+h;
545
	ECX = w<<16+h;