Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Register parameters

Code Block
languagenone
titleRST 20H, DEFW $FA06
IN:
     IX = application handle returned from a previous OS_Poll call.
     C = dynamic process ID
     BHL = B <> 0, start instantiation (pointer to stack'ed process) of HL process handle returned by OS_Stk
     B = 0, start new process (application)

OUT, if call failed:
     Fc = 1
          A = RC_ROOM, no room to start application
          A = RC_HAND, bad handle

...

Internal operating system usage. If unable to start, the stack remains at constant level.

Related system calls

OS_Poll, poll for an application
DC_Pol, poll for card usage
OS_Stk, stack the current process (application)
OS_Exit, exit an application
OS_Bye, exit application
DC_Bye, exiting current application
OS_Use, process card usage
DC_Ent, enter new application
DC_Nam, name current application

...