Subversion Repositories Kolibri OS

Rev

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

Rev 111 Rev 131
Line 71... Line 71...
71
   inc  edx
71
   inc  edx
72
   jmp  @b
72
   jmp  @b
73
 @@:
73
 @@:
74
   ret
74
   ret
Line -... Line 75...
-
 
75
 
Line 75... Line 76...
75
 
76
_debug_crlf db 13, 10, 0
76
 
77
 
-
 
78
macro newline
77
macro newline
79
{
-
 
80
  pushf
-
 
81
  pushad
-
 
82
  mov edx, _debug_crlf
-
 
83
  call debug_outstr
78
{
84
  popad
Line 79... Line 85...
79
  dps <13,10>
85
  popf
80
}
86
}
81
 
87