Versions Compared

Key

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

Register parameters

Code Block
languagenone
titleRST 20H, DEFW DEFB $51
 IN:
     IX = memory pool handle (returned from previous OS_Mop call)

OUT, if call successful:
     Fc = 0
     IX = 0
OUT, if call failed:
     Fc = 1
     A = error code:
          RC_HAND ($08), IX(in) was not a valid memory pool handle

Registers changed after return:
     ..BCDEHL/..IY same
     AF....../IX.. different

...