📄 apphex.cmd
字号:
".\Debug\app.out" /* input COFF file */
-a /* create ASCII image */
-image /* Create a memory image (no discontinuities) */
-zero /* reset address origin to 0 for output file(s) */
-memwidth 8 /* Width of ROM/Flash memory */
-map .\Hex\apphex.map /* create a hex map file */
-boot /* create a boot table for all initialized sects */
-bootorg 0x90000400 /* address of the boot/copy-table */
-bootsection .boot_load 0x90000000 /* section containing our asm boot routine */
ROMS
{
FLASH: org = 0x90000000, len = 0x0040000, romwidth = 8, files = {.\Hex\app.hex}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -