Subversion Repositories Kolibri OS

Rev

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

Rev 5477 Rev 5548
Line 587... Line 587...
587
{
587
{
588
	EAX = 8;
588
	EAX = 8;
589
	EDX += BT_DEL;
589
	EDX += BT_DEL;
590
	$int 0x40;
590
	$int 0x40;
591
}
591
}
592
>
592
 
-
 
593
inline fastcall dword GetStartTime()
-
 
594
{
-
 
595
	$mov eax,26
-
 
596
	$mov ebx,9
-
 
597
	$int 0x40
-
 
598
}
-
 
599
>
593
>
600
>