Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Applied links to related System Call API's

...

OZ V4.1 and newer: Applications should use OZ_Mpb - which is a RST 30H with same API as OS_Mpb. All system code in OZ V4.1 and newer uses OZ_Mpb for optimal bank switching speed. Applications using OZ_Mpb are able to run only in OZ V4.1 and newer.

Related system calls

OS_Bix, Bind in extended address
OS_Box, restore bindings after OS_Bix
OS_Mal, allocate memory
OS_Mcl, close memory (free memory pool)
OS_Mfr, free (previously allocated block) memory
OS_Mgb, get current bank binding in segment
OS_Mop, open memory (allocate memory pool)
OS_Mpb, set new bank binding in segment
OZ_Mgb, get current bank binding in segment
OZ_Mpb, set new bank binding in segment