flat assembler
Message board for the users of flat assembler.

Index > MenuetOS > Function 19: The lost function

Author
Thread Post new topic Reply to topic
daneel



Joined: 19 May 2004
Posts: 56
daneel 02 Sep 2004, 01:49
Where is ?
Code:
17 = GET PRESSED BUTTON ID
   
     ret: al 0 successful -> ah  = id number (8 bits)
               shr eax,8  -> eax = id number (24 bits)
          al 1 no key in buffer
   
   
18 = SYSTEM SERVICE
   
     ebx 1 - system boot
     ebx 2 - force terminate , ecx process no
     ebx 3 - activate window at process list ecx
     ebx 4 - idle clock cycles / second
     ebx 5 - time stamp counter / second - cpu speed
   
   
20 = MIDI INTERFACE - MPU401
   
     ebx  1 - reset device
     ebx  2 - cl midi data to output
   
   
    
Post 02 Sep 2004, 01:49
View user's profile Send private message Reply with quote
mike.dld



Joined: 03 Oct 2003
Posts: 235
Location: Belarus, Minsk
mike.dld 02 Sep 2004, 06:43
Code:
19 = START PROGRAM FROM RAMDISK

     ebx = pointer to filename (11 chars)
     ecx = 0 or pointer to ASCIZ parameters string (256 chars max)

     ret: eax = PID or 0xfffffff0+ for error    
Post 02 Sep 2004, 06:43
View user's profile Send private message Visit poster's website ICQ Number Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Copyright © 1999-2023, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.