www.pudn.com > nandflash_1G08U0A.rar > test.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