Versions Compared

Key

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

Register parameters

Code Block
languagenone
titleRST 20H, DEFW $0A0C
IN: 
    BHL = points to the process block
    B = 0, allocate new process, otherwise re-enter existing one
    IX = the application handle

OUT:
    Fc = 0, success
    Fc = 1, A = RC_Pre : cannot pre-empt or no room for process

...