DOS2 File System |
Offset | Description | |
---|---|---|
$00 | Flags | |
bit 0 | Opened for output | |
bit 5 | File locked | |
bit 6 | File in use | |
bit 7 | File deleted | |
$01-$02 | Number of sectors in file (little endian) | |
$03-$04 | Starting sector of file (little endian) | |
$05-$0C | Filename (padded by spaces) | |
$0D-$0F | Extension (padded by spaces) |