/
EP_Empty ($4b) - Poll for empty file area in slot number C
EP_Empty ($4b) - Poll for empty file area in slot number C
Register Parameters
In: C = poll for empty file area in slot number 0, 1, 2 or 3 Out: Fz = 1, File area is empty (all bytes are FFh) Fz = 0, File area is not empty B = bank that contains non-empty bytes Fc = 1, A = RC_ONF (File Eprom Card/Area not available; possibly no card in slot) Registers changed after return: A..CDEHL/IXIY same .FB...../.... different
Notes
This system call is used internally by OZ V4.5 (and later) to validate the file area being empty after the file header has been written on the UV Eprom card. However, applications may use this utility function.
A new system error code and message is available (OZ V4.5 and later), when an UV Eprom file header was created and the file area was identified not being empty. It can be displayed with GN_Err, A = RC_EPNE. The message is "UV Eprom not fully cleared, erase again".
, multiple selections available,
Related content
EP_Format ($3f) - Create File Area in slot C, on UV Eprom or Flash Card
EP_Format ($3f) - Create File Area in slot C, on UV Eprom or Flash Card
More like this
Eprom File Area
Eprom File Area
More like this
EP_SvAs ($4e) - Stream opened RAM file to Flash or UV Eprom to slot C
EP_SvAs ($4e) - Stream opened RAM file to Flash or UV Eprom to slot C
More like this
OS_Epr, File Eprom Interface
OS_Epr, File Eprom Interface
More like this
GN_Del, Delete a file from memory
GN_Del, Delete a file from memory
More like this
DC_Pol, Poll for application or card usage
DC_Pol, Poll for application or card usage
More like this