?? flash_hex.cmd
字號:
/* FlashBlink_hex.cmd
*
* Adopted from Blink Example for 5402 DSK
* Creates a Motorola Hex formatted .hex file.
*
*/
..\debug\DSK5402_filter.out /* Input COFF file */
-m1 /* Select Motorola-S1 */
-map DSK5402_filter_hex.map /* Name hex utility map file */
-o DSK5402_filter.hex /* Name hex output file */
-memwidth 16 /* Set EPROM system memory width */
-romwidth 16 /* Set physical ROM width */
-swwsr 0x7fff /* Software Wait State Reg value */
-bscr 0x8806 /* Bank-Switch Control Reg */
-e 0x0080 /* Start address == reset vector */
ROMS
{
PAGE 0 : ROM : o=0x8000, l=0x10000
}
SECTIONS
{
.trap boot
vectors boot
.fifo boot
.stack boot
.text boot
.cinit boot
.cio boot
.switch boot
.bss boot
.const boot
.sysmem boot
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -