📄 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 + -