Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Register Parameters

IN:
     A = EP_SIZE
   BHL = Pointer to File Entry in card at slot

OUT:
   Fc = 0, File Eprom available
        Fz = 1, File Entry marked as deleted
        Fz = 0, File Entry active
             CDE = size of file (24bit integer, C = high byte)

   Fc = 1,
        A = RC_ONF
        File Eprom was not found in slot, or File Entry not available

Registers changed after return:
   ..B...HL/IXIY same
   AF.CDE../.... different

Notes

Return file size in CDE of File Entry at pointer BHL (B=00h-FFh embedded slot mask, HL=0000h-3FFFh bank offset).

  • No labels