Subversion Repositories Kolibri OS

Rev

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

Rev 3604 Rev 6353
Line 333... Line 333...
333
   else
333
   else
334
      mov arg1,arg2
334
      mov arg1,arg2
335
   end if
335
   end if
336
 }
336
 }
Line -... Line 337...
-
 
337
 
-
 
338
macro clear_prev_no arg1        ; clears previous number printed at arg1
-
 
339
 {
-
 
340
   pusha
-
 
341
   mov     ebx, 0x00070000
-
 
342
   mov     ecx, 1000000     ; dummy value
-
 
343
   mov     edx, arg1
-
 
344
   mov     esi, 0x40000000 + tcol
-
 
345
   mov     edi, tcol    ; bg col
-
 
346
   mov     eax, 47
-
 
347
   int     0x40
-
 
348
   popa
-
 
349
 }
Line 337... Line 350...
337
 
350
 
338
 
351
 
339
struc POINT _t,_dx,_dy {
352
struc POINT _t,_dx,_dy {
340
 .x _t _dx
353
 .x _t _dx