?? 5409rom.cmd
字號:
/********************************************************************** * Texas Instruments Incorporated (1999) * This linker command file generates the C5409 ROM. * *********************************************************************/-a /* executable, but not relinkable */-o c5409rom.x54-m c5409rom.map/********************************************************************** * MEMORY * * C5409 ROM memory map *********************************************************************/MEMORY { /* BOOTLOADER ROM */ PAGE 0: ROMB: origin = 0xf800, len = 0x0400 PAGE 0: ROMv: origin = 0xff00, len = 0x080 PAGE 0: ROMv2: origin = 0xff80, len = 0x080
}/********************************************************************** * BOOTLOADER * * NOTE: This is the C5409 bootloader. *********************************************************************/SECTIONS { bootload : { ./boot5409.o54} > ROMB PAGE 0
.spi : { ./spi.o54} > ROMB PAGE 0
vects : { ./isptab.o54} > ROMv2 PAGE 0 }
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -