Implement searching directory for exact matches

This commit is contained in:
Nero 2021-01-02 02:07:40 +00:00
parent 7754312609
commit 9a1c4139a6
5 changed files with 82 additions and 85 deletions

View file

@ -1,10 +1,2 @@
struc fcb
.drive resb 1
.filename resb 8
.type resb 3
.fn2 resb 8
.tp2 resb 3
.dirpos resw 1
.cluster resw 1
.recordnum resb 1
endstruc
FCBDEN: equ 23 ; directory entry
FCBSIZ: equ 30