📄 readme.txt
字号:
This directory contains source code for the hex2c utility.
This utility converts an input file of Intel Hex Records into
a C output file of INTEL_HEX_RECORD structures. This utility
can be used to convert device firmware into a format where
it can be linked in with the EZ-Loader firmware download
driver. See the document "EZLoader Design Notes" for more
information.
usage: hex2c <intel_hexfile_name> <c_filename> <var_name>
This program can be compiled from the command line using MS
Visual C by typing:
cl hex2c.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -