hex.cmd
来自「c5402的几个小程序dsp开发板。学校实验室的程序」· CMD 代码 · 共 9 行
CMD
9 行
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 + =
减小字号Ctrl + -
显示快捷键?