Function | Address | Vector | Description |
---|---|---|---|
CLOSE | FFC3 | 031C | Close a logical file |
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.
Example:
LDA#15Close logical file 15
JSRCLOSE