Prev: F30F Up: Map Next: F31F
F314: find file A
Used by the routine at F291.
F314 A6 98 LDX $98 get the open file count
F316 CA DEX decrememnt the count to give the index
F317 30 15 BMI $F32E if no files just exit
F319 DD 59 02 CMP $0259,X compare the logical file number with the table logical file number
F31C D0 F8 BNE $F316 if no match go try again
F31E 60 RTS
Prev: F30F Up: Map Next: F31F