Versions Compared

Key

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

...

Code Block
languagenone
IN:
     A = EP_FETCH
    IX = handle of file stream (opened previously with GN_Opf, A=OP_OUT)
   BHL = pointer to Eprom File Entry (bits 7,6 of B is the slot mask)

OUT:
   Fc = 0,
        File Image transferred successfully to RAM file.

   Fc = 1,
        A = RC_ONF, File Eprom or File Entry was not found in slot
        A = RC_xxx, I/O error during saving process.

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

...