📄 hex.cmd
字号:
TestXF.out /* Name of obj file to be converted */
-map hex.map
-o hex.hex
-i /* Motorola s1 record format */
-memwidth 8 /* Memory width of the target memory is 16 bits */
-romwidth 8 /* Memory width of the Flash memory is 16 bits */
-boot /* create a boot table */
-bootorg 0000h /* Boot information starts at 4000h in data space */
-e 100h /* This is the entry point "reset vector" */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -