📄 cap4stm8.lkf
字号:
# LINK COMMAND FILE FOR benchmarks, standard configuration
# Copyright (c) 2006 by COSMIC Software
#
#
+seg .const -b 0x8000 -n .const -it
+seg .text -a .const -n .text
+seg .fconst -a .text
+seg .bsct -b 0x0 -n .bsct # 128 bytes of page 0 data: initialised..
+seg .ubsct -a .bsct -n .ubsct # ..+ uninitialized
+seg .bss -b 0x300 -n .bss # ..+ uninitialized
+seg .data -a .bss # 3,5 kbytes of "16 bit" data: initialised..
# Put your interrupt vectors file here if needed
debug\stm8_interrupt_vector.o
# Put you startup file here
debug\crtsxf.o
# Put your files here
debug\interrupt.o
debug\main.o
debug\lib.o
#debug\display.o
#debug\sino_mos_disp.o
debug\key.o
debug\power.o
debug\audio.o
debug\radio.o
RDSobj\rdsdata.o
debug\rds.o
debug\clock.o
#debug\auxin.o
debug\motor.o
debug\dsa.o
debug\touch.o
debug\ipod.o
debug\bt.o
debug\gps.o
debug\dvd.o
debug\amp.o
#debug\cd.o
#debug\can.o
#
# float and integer library names depend on the model used
#
"C:\Program Files\COSMIC\CXSTM8\Lib\libisl.sm8"
"C:\Program Files\COSMIC\CXSTM8\Lib\libm.sm8"
#+seg .vector -b 0x8000 # Only the reset vector is defined for the benchs
+def __stack=0x17FF
+def __endzp=@.ubsct # end of uninitialized zpage
+def __memory=@.bss # symbol used by startup
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -