Versions Compared

Key

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

Register parameters

Code Block
languagenone
titleRST 20H, DEFW $E806
IN:
     IX = file handle

OUT, if call successful:
     Fc = 0

OUT, if call failed:
     Fc = 1
     A = RC_NA, not available

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

...

Internal operating system usage. 

 Applications must use GN_Cl. The file handle may not be reused (GN_Cl always returns IX = 0).

Related calls

...