- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
hex文件详细介绍(Hex file details)
hex文件详细介绍(Hex file details)
Intel HEX file is an ASCII text file with lines of text in the HEX file format Intel. In the Intel HEX file, each line contains a HEX record. These records consist of sixteen hexadecimal encoding number corresponding to the machine language code and / or data. Intel HEX files are often used to transfer will be stored in a ROM or EPROM program and data. Most EPROM programmers or emulators using Intel HEX file.
[editor this paragraph] record format
Intel HEX is composed of an arbitrary number of sixteen hexadecimal records. Each record contains 5 domains, are arranged in the following format:
]cc: llaaaatt[dd...
Each group of letters corresponds to a different domain, each letter corresponds to a sixteen hexadecimal encoding digital. Each domain consists of at least two encoding sixteen hexadecimal digits, they constitute a byte, as described below:
Intel HEX: each record consists of a colon at the beginning.
Ll is the length of the data domain, it represents a record of the number of data bytes (DD).
AAAA is the address field, it represents the starting address of the data record.
TT represents the HEX record type domain, it may be one of the following data:
00 - data record
The 01 - end of file record
02 - extended segment address record
04 - extended linear address record
DD is the data domain, it represents a byte of data. A record may have many data bytes. Record the number of data bytes must be the length of the data domain (LL) in the specified number.
CC is the checksum field, it represents the checksum of the record. The checksum is calculated by the recording of all sixteen hexadecimal encoding of the digital values, modulo 256 following up.
[editor this paragraph] data record
Intel HEX file is composed of an arbitrary number to enter newline end data records. The appearance of data records are as follows:
: 10246200464C5549442050524F46494C4500464C33
Among them:
10 is the number of data bytes in the record.
The 2462 is that the da
您可能关注的文档
- c语言字典(C language dictionary).doc
- c语言学习第一章,重在基础!ppt课件(The first chapter focuses on the C language, PPT based courseware!).doc
- c语言学习等(C language learning).doc
- c语言学习资料(C language learning materials).doc
- c语言学生信息管理系统(C language student information management system).doc
- c语言宏定义技巧(常用宏定义)(The C language macro definition techniques (commonly used macros)).doc
- c语言学生信息管理课程设计(C language curriculum design, student information management).doc
- c语言学生选课系统(C language student elective system).doc
- c语言学生管理系统(C language student management system).doc
- c语言宏定义使用技巧编程技术(The C language macro definition using skills programming technology).doc
- 2026届河南省信阳市信阳高级中学高三数学第一学期期末学业水平测试模拟试题含解析.doc
- 2026届天津市河西区实验中学高一数学第一学期期末监测试题含解析.doc
- 2026届牡丹江市重点中学语文高三上期末考试模拟试题含解析.doc
- 西北工业大学咸阳启迪中学2026届高二上生物期末检测模拟试题含解析.doc
- 2026届陕西省宝鸡市高三语文第一学期期末预测试题含解析.doc
- 陕西省西安工业大学附属补习学校2026届语文高三第一学期期末学业水平测试试题含解析.doc
- 2026届云南省玉溪市峨山一中英语高三第一学期期末联考试题含解析.doc
- 统编版七年级下册历史第14课《辽宋夏金元时期的科技与文化》PPT课件.pptx
- 七年级下册历史第14课《辽宋夏金元时期的科技与文化》PPT课件.pptx
- 八年级上册同步作文 第一单元 新闻写作(素材)2025-2026学年第一学期 语文2024统编版.docx
文档评论(0)