📄 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 */
/*
* Omit the following sections from Flash.
* They get picked up since in BIOS *cfg.cmd file it may do a 'fill=0x1234'
* and this turns the section into an initialized section even though
* its only done for e.g RTA support and not required for correct execution
*/
-exclude .sts
-exclude .log
-exclude .args
-exclude .LOG_system$buf
-exclude .stack
-exclude .logTrace$buf
ROMS
{
FLASH: org = 0x90000000, len = 0x0040000, romwidth = 8, files = {.\Hex\app.hex}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -