main.cmd
来自「语音信号加密」· CMD 代码 · 共 10 行
CMD
10 行
-boot /* generate boot table */
-v5510:2 /* boot table format = 2.0 */
-memwidth 8 /* Binary must have memory width of 8 */
-romwidth 16 /* 16-bit wide i/f -physical bus size */
-map ehpi16.mxp /* Name hex utility map file */
mcbsp1.out /* input file - replace with your file */
.e main /* entry point - code exec starts here - replace according to code */
.b /* Output format = binary */
.o main.bin /* Name binary output file */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?