Versions Compared

Key

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

Register parameters

Code Block
languagenone
titleRST 20H, DEFW DEFB $30
IN:
     IX = stream handle

OUT, if call successful:
     Fc = 0, input MAY BE available

OUT, if call failed:
     Fc = 1
     A = error code:
          RC_EOF ($09), OS_In will not return immediately if called
          RC_HAND ($08), bad handle

Registers changed after return:
     ..BCDEHL/IXIY same
     AF....../.... different 

...