代码搜索:自动显示
找到约 10,000 项符合「自动显示」的源代码
代码结果 10,000
www.eeworm.com/read/456941/7336740
pwi 六位数码管显示.pwi
www.eeworm.com/read/456941/7336741
s 六位数码管显示.s
.module _六位数码管显示.c
.area text(rom, con, rel)
.dbfile E:\xiaozhiyong2009\设计资料\项目设计\ICCAVR_mega8_C\ICCAVR_mega8_六位数码管显示\六位数码管显示.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline
www.eeworm.com/read/456941/7336743
lis 六位数码管显示.lis
.module _六位数码管显示.c
.area text(rom, con, rel)
0000 .dbfile E:\xiaozhiyong2009\设计资料\项目设计\ICCAVR_mega8_C\ICCAVR_mega8_六位数码管显示\六位数码管显示.
www.eeworm.com/read/456941/7336745
dsn 四位数码管显示.dsn
www.eeworm.com/read/456941/7336747
lst 四位数码管显示.lst
__text_start:
__start:
1D E5CF LDI R28,0x5F
1E E0D4 LDI R29,4
1F BFCD OUT 0x3D,R28
20 BFDE OUT 0x3E,R29
21 51CE SUBI R28,0x1E
22 40D
www.eeworm.com/read/456941/7336750
s 四位数码管显示.s
.module _四位数码管显示.c
.area text(rom, con, rel)
.dbfile E:\xiaozhiyong2009\设计资料\项目设计\ICCAVR_mega8_C\ICCAVR_mega8_四位数码管显示\四位数码管显示.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline
www.eeworm.com/read/456941/7336751
dbg 四位数码管显示.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.2
CPU AVR
FRAMEPOINTER Y
DIR E:\xiaozhiyong2009\设计资料\项目设计\ICCAVR_mega8_C\ICCAVR_mega8_四位数码管显示\
FILE 四位数码管显示.c
FUNC port_init 7E fV
BLOCK 9 7E
LINE 9 7E
LINE
www.eeworm.com/read/456941/7336753
_c 四位数码管显示._c
//ICC-AVR application builder : 2009-3-10 14:16:46
// Target : M8
// Crystal: 8.0000Mhz
#include
#include
void port_init(void)
{
PORTB = 0x00;
DDRB = 0x00;
PORTC
www.eeworm.com/read/456941/7336754
o 四位数码管显示.o
XL
H 2 areas A global symbols
M _
S push_xgsetF00C Ref0000
S asgncblk Ref0000
S lsl8 Ref0000
S pop_xgsetF00C Ref0000
A text size A8 flags 0
dbfile E:\xiaozhiyong2009\设计资料\项目设计\ICCAVR_mega8_C\I