?? test.cmd
字號:
-c
-l ..\include\rts.lib
-l ..\include\c54fft.lib
-stack 0x200
-heap 0x200
-m test.map
-o test.out
MEMORY
{
PAGE 0: ROM (RIX) : origin = 00000h length = 00080h
RAM (RWIX) : origin = 00080h length = 01380h /* on-chip program */
/* RAM */
PAGE 1: RAM0 (RW) : origin = 00080h length = 01f80h /* 32 word scratch */
RAM1 (RW) : origin = 02000h length = 02000h /* on-chip data RAM */
/* 4992 words */
}
SECTIONS
{
.text : {} > RAM PAGE 0
.cinit : {} > RAM PAGE 0
.switch : {} > RAM PAGE 0
.stack : {} > RAM PAGE 0
.bss : {} > RAM PAGE 0
.const : {} > RAM0 PAGE 1
.data : {} > RAM0 PAGE 1
.sysmem : {} > RAM0 PAGE 1
.cio : {} > RAM0 PAGE 1
.sintab : {} > RAM1 PAGE 1
.x : {} > RAM1 PAGE 1, align (2048)
.r : {} > RAM1 PAGE 1, align (2048)
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -