Subversion Repositories Kolibri OS

Rev

Rev 255 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. ;---------------------------------------------------------
  2. ;---------- get time in 1/100 secunds---------------------
  3. ;---------------------------------------------------------
  4. Clock:
  5.           mov eax,26
  6.           mov ebx,9
  7.           mcall
  8.           mov [time],eax
  9.  
  10.           ret
  11.  
  12.