Subversion Repositories Kolibri OS

Rev

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

Rev 2797 Rev 2842
Line 92... Line 92...
92
	$int 0x40
92
	$int 0x40
93
}
93
}
Line 94... Line 94...
94
 
94
 
Line 95... Line 95...
95
//------------------------------------------------------------------------------
95
//------------------------------------------------------------------------------
96
 
96
 
97
char buffer[11]="";
97
char buffer[11];
98
inline fastcall dword IntToStr(dword ESI)
98
inline fastcall dword IntToStr(dword ESI)
99
{
99
{
100
     $mov     edi, #buffer
100
     $mov     edi, #buffer
Line 221... Line 221...
221
	ECX = w<<16+h;
221
	ECX = w<<16+h;
222
	EDX = x<<16+y;
222
	EDX = x<<16+y;
223
	$int 0x40
223
	$int 0x40
224
}
224
}
Line 225... Line 225...
225
 
225
 
226
inline fastcall dword WriteDebug(dword EDX)
226
inline fastcall dword debug(dword EDX)
227
{
227
{
228
	$push ebx
228
	$push ebx
229
	$push ecx
229
	$push ecx
230
	$mov eax, 63
230
	$mov eax, 63