📄 fat lfn entry.tpl
字号:
template "FAT Directory Entry"
// Template by Roger R鰄rig and Stefan Fleischmann
// To be applied to a sector of a VFAT (FAT16 or FAT32)
// drive that contains a directory. Only suitable for
// LFN (long filename) directory entries.
description "Long entry format"
applies_to disk
requires 11 0F
multiple
begin
hex 1 "Sequence number"
char16[5] "Filename (5 chars, FF-padded)"
goto 14
char16[6] "Filename (next 6 chars)"
goto 28
char16[2] "Filename (next 2 chars)"
goto 11
hex 1 "0F = LFN entry"
move -1
binary "Attributes ( - -a-dir-vol-s-h-r)"
read-only byte "(reserved)"
hex 1 "SFN checksum"
goto 26
uint16 "16-bit cluster # (always 0)"
move 4
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -