代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/168488/9911323
s led.s
.module led.c
.area data(ram, con, rel)
_T0Count0::
.blkb 2
.area idata
.word 0
.area data(ram, con, rel)
.dbfile d:\excersize\led.h
.dbsym e T0Count0 _T0Count0 i
.area text(rom, con
www.eeworm.com/read/168488/9911332
o led.o
XL
H 4 areas 8 global symbols
M led.c
A text size 144 flags 0
dbfile d:\excersize\led.h
dbfile D:\excersize\led.c
dbfunc e port_init 0 fV
dbline FFFFFFFF 0
dbline 9 0
dbline A 0
dbline B 4
www.eeworm.com/read/168488/9911334
h led.h
#include
#include
#include
#include
#define UI unsigned int
#define UC unsigned char
UI T0Count0=0;
www.eeworm.com/read/168488/9911340
hex led.hex
:040000000C94470015
:04003C000C948C0094
:14008C000000CFEFD0E1CDBFDEBFC051D0400AEA0883002404
:1400A000E2E0F1E011E0E230F10711F00192FBCF0083ECE809
:1400B400F0E0A0E0B1E010E0EE38F10721F0C89531960D9275
www.eeworm.com/read/168488/9911355
lst led.lst
__start:
__text_start:
0047 EFCF LDI R28,0xFF
0048 E1D0 LDI R29,0x10
0049 BFCD OUT 0x3D,R28
004A BFDE OUT 0x3E,R29
004B 51C0 SUBI R28,0x10
004C
www.eeworm.com/read/168488/9911368
mp 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/168488/9911370
lis led.lis
.module led.c
.area data(ram, con, rel)
0000 _T0Count0::
0000 .blkb 2
.area idata
0000 0000
www.eeworm.com/read/168488/9911372
mak led.mak
CC = iccavr
CFLAGS = -IC:\icc\include\ -e -DATMEGA -DATMega128 -l -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x8c.0x20000 -dram_end:0x10ff -
www.eeworm.com/read/168488/9911374
_h led._h
#include
#include
#include
#include
#define UI unsiged int
#define UC unsiged char
UI T0Count0=0;