2019-10-14 19:59:48 +02:00
|
|
|
; diskbuf needs to be defined
|
|
|
|
|
2019-10-08 19:54:39 +02:00
|
|
|
; User-accessible part of FCB (12 bytes)
|
2019-10-15 22:19:55 +02:00
|
|
|
fcb_drv: equ 0 ; 1 byte, 1=A: 2=B: 3=C:
|
|
|
|
fcb_fn: equ 1 ; 8 bytes
|
|
|
|
fcb_ext: equ 9 ; 3 bytes
|
2019-10-08 19:54:39 +02:00
|
|
|
|
2019-10-20 11:56:27 +02:00
|
|
|
fcb_type: equ 12 ; BYTE type identifier
|