This the multi-page printable view of this section.Click here to print.

Return to the regular view of this page.

CLOSE

Close a logical file

Table of Contents

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