Subversion Repositories Kolibri OS

Rev

Rev 7771 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7771 Rev 7913
Line 40... Line 40...
40
{
40
{
41
	debug( EDX);
41
	debug( EDX);
42
	debugch(10);
42
	debugch(10);
43
}
43
}
Line -... Line 44...
-
 
44
 
-
 
45
inline fastcall void debugcls()
-
 
46
{
-
 
47
	char i;
-
 
48
	for (i=0;i<70;i++) debugch(10);
-
 
49
}
44
 
50
 
45
:void debugval(dword text,number)
51
:void debugval(dword text,number)
46
{
52
{
47
	char tmpch[12];
53
	char tmpch[12];
48
	debug(text);
54
	debug(text);