Subversion Repositories Kolibri OS

Rev

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

Rev 3114 Rev 3128
Line 323... Line 323...
323
	$int 0x40
323
	$int 0x40
324
}
324
}
Line 325... Line 325...
325
 
325
 
326
inline fastcall void debug( EDX)
326
inline fastcall void debug( EDX)
-
 
327
{
327
{
328
	$push eax
328
	$push ebx
329
	$push ebx
329
	$push ecx
330
	$push ecx
330
	$mov eax, 63
331
	$mov eax, 63
331
	$mov ebx, 1
332
	$mov ebx, 1
Line 341... Line 342...
341
	$int 0x40
342
	$int 0x40
342
	$mov cl, 10
343
	$mov cl, 10
343
	$int 0x40
344
	$int 0x40
344
	$pop ecx
345
	$pop ecx
345
	$pop ebx
346
	$pop ebx
-
 
347
	$pop eax
346
}
348
}
Line 347... Line 349...
347
 
349
 
348
inline fastcall void debugch( ECX)
350
inline fastcall void debugch( ECX)
-
 
351
{
-
 
352
	$push eax
349
{
353
	$push ebx
350
	$mov eax,63
354
	$mov eax,63
351
	$mov ebx,1
355
	$mov ebx,1
-
 
356
	$int 0x40
-
 
357
	$pop ebx
352
	$int 0x40
358
	$pop eax
353
}
359
}
Line 354... Line 360...
354
//------------------------------------------------------------------------------
360
//------------------------------------------------------------------------------
355
 
361