📄 main.cmd
字号:
-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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -