Z88 Developers' Notes | ||
---|---|---|
Contents | Contents of System Calls |
GN_Fab, free alarm block
RST 20H, DEFW $6A09
IN:
BHL = pointer to alarm blockOUT, if call successful:
Fc = 0OUT, if call failed:
Fc = 1 A = error code: RC_BAD ($04), bad alarm block, fatal errorRegisters changed after return:
...CDE../IXIY same AFB...HL/.... differentNotes:
Bugs:
Related calls:
GN_Aab, allocate alarm block
GN_Alp, process an expired alarm (internal OZ usage)
GN_Lab, link an alarm block into the alarm chain
GN_Uab, unlink an alarm block from the alarm chain
OS_Alm, alarm manipulation (internal OZ usage)