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

📄 usb.xcl

📁 USB Pad test source code with SL811 usb host ic
💻 XCL
字号:
-!define cpu type: -!
-c8051 
-! Select bank 0 as the default register bank: -!
-D_R=0

-! Specify the start address of the XDATA segments: -!
-Z(XDATA)C_ARGX,X_UDATA,X_IDATA,NO_INIT,ECSTR=0

-! Specify the start of the CODE segments: -!
-Z(CODE)INTVEC,RCODE,D_CDATA,I_CDATA,X_CDATA=0
-Z(CODE)C_ICALL,C_RECFN,CSTR,CCSTR,CODE,CONST

-! Specify the start address of the DATA segments: -!
-Z(DATA)C_ARGD,D_UDATA,D_IDATA=08

-! The IDATA segments begin at the end of the DATA segments: -!
-Z(IDATA)C_ARGI,I_UDATA,I_IDATA,CSTACK

-! Specify the start address of the bit-addressable segments: -!
-Z(BIT)C_ARGB,BITVARS=0

-! Specify the printf() formatter: -! 
-e_small_write=_formatted_write

-! Specify the scanf() formatter: -!
-e_medium_read=_formatted_read

level0.R03
level1.R03
level2.R03
level3.R03
usb.R03
d:\8051\icc8051\CL8051S.R03 

 -o D:\8051\TEST\USB.A03
 -x 
 -l D:\8051\TEST\USB.map

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -