Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 130 → Rev 131

/programs/other/archer/trunk/debug.inc
73,10 → 73,16
@@:
ret
 
_debug_crlf db 13, 10, 0
 
macro newline
{
dps <13,10>
pushf
pushad
mov edx, _debug_crlf
call debug_outstr
popad
popf
}
 
macro print message