⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test.cm

📁 使用键盘上的上、下、左、右四个按键
💻 CM
字号:
;Map set
-code 0x02000000             ; set relative code section start address
;-data 0x0c01000            ; set relative data section start address
;-bss  0x0000000            ; set relative bss  section start address

;-code 0x0c00100 {test2.o test3.o} ; set code sections to absolute address
;-data 0x0c01100 {test2.o test3.o} ; set data sections to absolute address
;-bss  0x0000200 {test2.o test3.o} ; set bss  sections to absolute address

;Library path
-l d:\E0C33\lib

;Executable file
-o test.srf

;Object files start
vector.o
appmain.o
boot.o
Drv_led.o
;Object files end

;Library files
;io.lib
;lib.lib
math.lib
string.lib
ctype.lib
fp.lib
idiv.lib

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -