Versions Compared

Key

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

...

Fixed and improved since OZ 5.0 using an xor-shift algorithm. All returned values are different.


SR_SRS

Code Block
titleSR_SRS (A = $0A), set random seed
IN:
     DEBC = random seed	
OUT:
     -

Implemented in OZ5.0

SR_WPD

Code Block
languagenone
titleSR_WPD ($03) Write parameter data (mailbox)
IN:
     DE = name of information type (null-terminated)
     DE = 0, clear mailbox
     BHL = extended pointer to information
     C = length of information

OUT:
     Fc = 0, successful

Registers changed after return:
     A.BCDEHL/IXIY same
     .F....../.... different

...