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

📄 test.cm

📁 nandflash驱动程序
💻 CM
字号:
;Map set
-code 0x000000             ; 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  0x3000  ; set bss  sections to absolute address

;Library path
-l E:\cxl\epson\cc33\lib

;Executable file
-o test.srf

;Object files start
Vector.o
drv_nandflash.o
Init.o
main.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 + -