linkfile.lkf
来自「用单片机实现GPRS modem通讯的源程序,实现了ppp拨号,tcp/udp等」· LKF 代码 · 共 36 行
LKF
36 行
# link command file for test program
# Copyright (c) 1999 by Rene Trenado Software
#
+seg .text -b 0xB000 -n .text # program start address
+seg .const -a .text # constants follow code
+seg .ubsct -b 0x40 -n .zuram
+seg .bsct -a .zuram -n .zram
+seg .data -a .zram # data start address
#+seg .data -b 0x40
# Project files list
lcddrv.o
CommDrv.o
Delay.o
Ip.o
Main.o
crtsi.o
ppp.o
icmp.o
#Keyboard.o
ModemDrv.o
pll.o
udp.o
slip.o
"C:\Cosmic\cx08\lib\libi.h08" # C library (if needed)
"C:\Cosmic\cx08\lib\libm.h08"
+seg .const -b 0xffdc # vectors start address
# interrupt vectors file
vector.o
+def __memory=@.bss
#symbol used by library
+def __stack=0x23f # stack pointer initial value
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?