Subversion Repositories Kolibri OS

Rev

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

Rev 643 Rev 666
Line 386... Line 386...
386
  popl  %ecx
386
  popl  %ecx
387
  popl  %ebx
387
  popl  %ebx
388
  popl  %eax
388
  popl  %eax
389
end;
389
end;
Line -... Line 390...
-
 
390
 
-
 
391
{ Work with system - Get system parameters }
-
 
392
 
-
 
393
function kos_timecounter(): DWord; assembler; register;
-
 
394
asm
-
 
395
  pushl %ebx
-
 
396
  movl  $26, %eax
-
 
397
  movl  $9, %ebx
-
 
398
  int   $0x40
-
 
399
  popl  %ebx
-
 
400
end;
390
 
401
 
Line 391... Line 402...
391
{ Work with system - Internal system services }
402
{ Work with system - Internal system services }
392
 
403
 
393
procedure kos_switchthread(); assembler; register;
404
procedure kos_switchthread(); assembler; register;