pos file format.txt

来自「基于C51及SL811读写U盘的开发文档资料,包括芯片数据手册,测试命令及测试工」· 文本 代码 · 共 27 行

TXT
27
字号
template "POS File Format"

// Template by Stefan Fleischmann
// More detailed description of the POS file format
// available from http://www.winhex.com .

description "Structure of a WinHex position file (.pos)"
applies_to file
requires 0 "57 69 6E 48 65 78 20 50 6F 73 20 76 31 2E 31"

begin
	char[16]	"File signature"
	int32		"# of positions"
	
	numbering 1
	{
	section	"Position #~"
	int64		"Offset (decimal)"
	FILETIME	"Recorded on"
	read-only byte		"Description length"
	char[Description length] "Description"
	endsection
	} [# of positions]

	// some text strings for internal use may follow
	// ignored by this template
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?