CLOSE

Close a logical file
Function AddressVectorDescription
CLOSE FFC3031CClose 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

Last modified October 19, 2021: Add Kernal vectors to call pages (6866932)