代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.s
.module led.c
.area text(rom, con, rel)
.dbfile D:\AVR单片机学习资料\LED来回循环闪烁\led.c
.dbfunc e Delay _Delay fV
; a -> R16,R17
; b -> R18,R19
.even
_Delay::
.dbline -1
led.o
XL
H 1 areas 7 global symbols
M led.c
S lsl16 Ref0000
A text size 104 flags 0
dbfile D:\AVR单片机学习资料\LED来回循环闪烁\led.c
dbfunc e Delay 0 fV
dbsym r a 10 i
dbsym r b 12 i
dbline FFFFFFFF 0
dbline
led.hex
:0200000012C02C
:14002600CFE5D4E0CDBFDEBFC051D0400AEA08830024E0E6AB
:14003A00F0E010E0E036F10711F00192FBCF0083E6E2F0E06B
:14004E00A0E6B0E010E000E00BBFE632F10721F0C8953196A9
:140062000D92F9CF4ED0FFC
led.lk
led.o
led.lst
__start:
__text_start:
13 E5CF LDI R28,0x5F
14 E0D4 LDI R29,4
15 BFCD OUT 0x3D,R28
16 BFDE OUT 0x3E,R29
17 51C0 SUBI R28,0x10
18 40D
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)
----------
led.lis
.module led.c
.area text(rom, con, rel)
0000 .dbfile D:\AVR单片机学习资料\LED来回循环闪烁\led.c
0000 .dbfunc e Delay _Delay
led.src
[Files]
led.c
led.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -e -DATMega8 -l -g -Mavr_enhanced_small -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -g -Wl-W -bfunc_lit:0x26.0x2000 -dram_end:0x45f -bdata:0x6
led._c
#include
#include
/* This seems to produce the right amount of delay for the LED to be seen */
void Delay()
{
unsigned int a, b;
for (a = 1; a