Versions Compared

Key

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

Register parameters

Code Block
titleRST 20H,

...

DEFB $9F
IN:

...

  -

OUT: Fc = 0, success
     Fc = 1, failure and A = error code
          RC_HAND ($08), bad handle (during re-direction)
          RC_WP ($14), write protected (during re-direction)

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

Notes

This call replace GN_Nln. It uses 2 bytes (instead of 3) and is significantly faster. Error will only occur if rebinding has occurred.

...