代码搜索:8888
找到约 681 项符合「8888」的源代码
代码结果 681
www.eeworm.com/read/366685/9804562
mak 8888.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -e -l -g -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -g -Wl-W -bfunc_lit:0x22.0x2000 -dram_end:0x25f -bdata:0x60.0x25f -dhwstk_size:16 -beepro
www.eeworm.com/read/366685/9804563
src 8888.src
[Files]
ADC.c
[Headers]
C:\icc\include\io8535v.h
[Documents]
www.eeworm.com/read/366685/9804565
s 8888.s
.module _8888.c
.area text(rom, con, rel)
.dbfile I:\8888\8888.c
.dbfunc e DelayMs _DelayMs fV
; j -> R20
; i -> R16,R17
.even
_DelayMs::
rcall push_gset1
.db
www.eeworm.com/read/366685/9804574
i 8888.i
www.eeworm.com/read/366685/9804576
o 8888.o
XL
H 1 areas 4 global symbols
M _8888.c
S push_gset1 Ref0000
S pop_gset1 Ref0000
A text size 3A flags 0
dbfile I:\8888\8888.c
dbfunc e DelayMs 0 fV
dbsym r j 14 c
dbsym r i 10 i
dbline FFFFF
www.eeworm.com/read/366685/9804583
mp 8888.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/366685/9804584
_c 8888._c
#include
#define uchar unsigned char
#define uint unsigned int
void DelayMs(uint i)
{uchar j;
for(;i!=0;i--)
{for(j=255;j!=0;j--) {;}}
}
main()
{uchar i=1000;
DDRA=0xff;
www.eeworm.com/read/366685/9804589
lst 8888.lst
__start:
__text_start:
0018 E5CF LDI R28,0x5F
0019 E0D2 LDI R29,2
001A BFCD OUT 0x3D,R28
001B BFDE OUT 0x3E,R29
001C 51C0 SUBI R28,0x10
001D 40D
www.eeworm.com/read/366685/9804593
lis 8888.lis
.module _8888.c
.area text(rom, con, rel)
0000 .dbfile I:\8888\8888.c
0000 .dbfunc e DelayMs _DelayMs fV
0000