Subversion Repositories Kolibri OS

Rev

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

Rev 4645 Rev 4646
Line 137... Line 137...
137
GETKEYII:
137
GETKEYII:
138
		$pop edx
138
		$pop edx
139
		$shr eax,8
139
		$shr eax,8
140
}
140
}
Line -... Line 141...
-
 
141
 
-
 
142
inline fastcall int GetFullKey()
-
 
143
{
-
 
144
	$mov  eax,2
-
 
145
	$int  0x40
-
 
146
}
Line 141... Line 147...
141
 
147
 
142
 
148
 
143
inline fastcall pause( EBX)
149
inline fastcall pause( EBX)
144
{
150
{
Line 360... Line 366...
360
	$pop ecx
366
	$pop ecx
361
	$pop ebx
367
	$pop ebx
362
	$pop eax
368
	$pop eax
363
}
369
}
Line -... Line 370...
-
 
370
 
-
 
371
inline fastcall void debug( EDX)
-
 
372
{
-
 
373
	$push eax
-
 
374
	$push ebx
-
 
375
	$push ecx
-
 
376
	$mov eax, 63
-
 
377
	$mov ebx, 1
-
 
378
NEXT_CHAR:
-
 
379
	$mov ecx, DSDWORD[edx]
-
 
380
	$or	 cl, cl
-
 
381
	$jz  DONE
-
 
382
	$int 0x40
-
 
383
	$inc edx
-
 
384
	$jmp NEXT_CHAR
-
 
385
DONE:
-
 
386
	$pop ecx
-
 
387
	$pop ebx
-
 
388
	$pop eax
-
 
389
}
Line 364... Line 390...
364
 
390
 
365
 
391
 
366
inline fastcall void debugch( ECX)
392
inline fastcall void debugch( ECX)
367
{
393
{