AH = 3Eh - "CLOSE" - CLOSE FILE
Entry: BX = file handle
Return:
Note: if the file was written to, any pending disk writes are performed, the time and date stamps are set to the current time, and the directory entry is updated
MOV AH,3EH INT 21H
MOV AH,3EH INT 21H
Return: CF clear if successful, AX destroyed CF set on error, AX = error code (06h)