Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 3613 → Rev 3614

/programs/system/MyKey/trunk/debug.inc
62,7 → 62,7
;int 0x40
mov bl, al
mov eax, 1
call SysMsgBoardChar
call SysMsgBoard
popad
popf
ret
138,7 → 138,7
popf
ret
 
SysMsgBoardChar:
SysMsgBoard:
push eax ebx ecx
mov cl, al
mov eax, 63
153,7 → 153,7
lodsb
or al, al
jz @f
call SysMsgBoardChar
call SysMsgBoard
jmp @b
@@:
pop eax