Skip to content

Commit aaf2359

Browse files
committed
add FATPLUS conditional DSIZEX equ
1 parent 16291bf commit aaf2359

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drbio/fdos.equ

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,9 @@ DATTS equ byte ptr 11
204204
; ; 0x04 - DELETE password
205205
; ; 0x02 - WRITE password
206206
; ; 0x01 - READ password
207+
ifdef DOSPLUS
207208
DSIZEX equ 12 ;file size extension for FAT+ (bit 0-2 and 5-7)
209+
endif
208210
DUNDEL equ 13 ;1st letter of deleted file
209211
DPWD equ word ptr 14 ;16-bit password hash code
210212
DMODTIME equ word ptr 16 ;delwatch time (hhhhhmmmmmmsssss)

0 commit comments

Comments
 (0)