Register Parameters
Code Block | ||
---|---|---|
| ||
IN: A = EP_FPTR BHL = pointer to Eprom File Entry in card at slot CDE = offset into file image (24bit), 0 = first byte of file OUT: Fc = 0, File Eprom available, File Entry available BHL = file pointer into File Entry Fc = 1, A = RC_Onf File Eprom was not found in slot, or File Entry not available Registers changed after return: ...CDE../IXIY same AFB...HL/.... different |
Notes
Return file pointer to file entry image as extended address in BHL(B=00h-FFh embedded slot mask, HL=0000h-3FFFh bank offset).
...