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

📄 linkfile.lkf

📁 用单片机实现GPRS modem通讯的源程序,实现了ppp拨号,tcp/udp等通讯协议包含了串口控制协议
💻 LKF
字号:
#   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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -