We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16291bf commit aaf2359Copy full SHA for aaf2359
1 file changed
drbio/fdos.equ
@@ -204,7 +204,9 @@ DATTS equ byte ptr 11
204
; ; 0x04 - DELETE password
205
; ; 0x02 - WRITE password
206
; ; 0x01 - READ password
207
+ifdef DOSPLUS
208
DSIZEX equ 12 ;file size extension for FAT+ (bit 0-2 and 5-7)
209
+endif
210
DUNDEL equ 13 ;1st letter of deleted file
211
DPWD equ word ptr 14 ;16-bit password hash code
212
DMODTIME equ word ptr 16 ;delwatch time (hhhhhmmmmmmsssss)
0 commit comments