Build drive selection logic for FCBs
This commit is contained in:
parent
4e779c5a22
commit
c41782c78f
4 changed files with 51 additions and 14 deletions
10
inc/fcb.asm
Normal file
10
inc/fcb.asm
Normal file
|
@ -0,0 +1,10 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue