Build drive selection logic for FCBs

This commit is contained in:
Nero 2020-10-13 20:10:23 +00:00
parent 4e779c5a22
commit c41782c78f
4 changed files with 51 additions and 14 deletions

10
inc/fcb.asm Normal file
View 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