Implement searching directory for exact matches
This commit is contained in:
parent
7754312609
commit
9a1c4139a6
5 changed files with 82 additions and 85 deletions
12
inc/fcb.asm
12
inc/fcb.asm
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue