代码搜索:双积分AD
找到约 10,000 项符合「双积分AD」的源代码
代码结果 10,000
www.eeworm.com/read/131217/14155457
hex ad_led.hex
:0200000018C026
:02001C00A2C080
:140022003F065B4F666D7D077F6F777C395E7971CFE5D2E0BC
:14003600CDBFDEBFC051D0400AEA08830024E0E6F0E010E043
:14004A00E836F10711F00192FBCF0083E2E3F0E0A0E6B0E000
:14005E
www.eeworm.com/read/131217/14155458
o ad_led.o
XL
H 4 areas 12 global symbols
M ad_led.c
S push_gset1 Ref0000
S push_gset4 Ref0000
S mod16u Ref0000
S div16u Ref0000
S mpy32u Ref0000
S lsl8 Ref0000
S pop_gset1 Ref0000
S pop_gset4 Ref0000
www.eeworm.com/read/131217/14155460
s ad_led.s
.module ad_led.c
.area lit(rom, con, rel)
_tabel::
.byte 63,6
.byte 91,'O
.byte 'f,'m
.byte 125,7
.byte 127,'o
.byte 'w,124
.byte 57,94
.byte 'y,'q
.dbfile D:\ICC-AVR\examples.sl
www.eeworm.com/read/131217/14155461
mp ad_led.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/131217/14155462
dbg ad_led.dbg
VERSION 1.0
CPU AVR
DIR D:\ICC-AVR\examples.sl\AD_8535_LED\
FILE ad_led.c
DEFSTATIC tabel 22 A[16:16]c
FILE ad_led.c
FUNC port_init 72 fI
BLOCK 23 72
LINE 23 72
LINE 24 72
LINE 25 76
LINE 2
www.eeworm.com/read/131217/14155463
_c ad_led._c
/******************************************************
双龙电子公司http://www.sl.com.cn
AT90S8535--AD转换演示程序(ICCAVR)
作者:詹卫前
使用注意:1、应包含头文件slavr.h
www.eeworm.com/read/131217/14155464
mak ad_led.mak
CC = iccavr
CFLAGS = -ID:\ICC-AVR\include\ -e -l -g -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LD:\ICC-AVR\lib\ -m -g -dram_end:0x25f -bdata:0x60.0x25f -Wl-W -bfunc_lit:0x22.0x2000 -dhwstk_size
www.eeworm.com/read/131217/14155466
lst ad_led.lst
__text_start:
__start:
0019 E5CF LDI R28,0x5F
001A E0D2 LDI R29,2
001B BFCD OUT P3D,R28
001C BFDE OUT P3E,R29
001D 51C0 SUBI R28,0x10
001E 40D0
www.eeworm.com/read/131217/14155467
c ad_led.c
/******************************************************
双龙电子公司http://www.sl.com.cn
AT90S8535--AD转换演示程序(ICCAVR)
作者:詹卫前
使用注意:1、应包含头文件slavr.h