Prev: FFC0 Up: Map Next: FFC6
FFC3: close a specified logical file
Used by the routine at E1C7.
this routine is used to close a logical file after all I/O operations have been completed on that file. This routine is called after the accumulator is loaded with the logical file number to be closed, the same number used when the file was opened using the OPEN routine.
FFC3 6C 1C 03 JMP ($031C) do close a specified logical file
Prev: FFC0 Up: Map Next: FFC6