代码搜索:LIUSHUIDENG
找到约 245 项符合「LIUSHUIDENG」的源代码
代码结果 245
www.eeworm.com/read/404451/11485053
dbg liushuideng.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.2
CPU AVR
FRAMEPOINTER Y
DIR D:\挑战杯(保留)\programs\liushuideng\
FILE liushuideng.c
FUNC delay 12A fV
BLOCK 7 12E
DEFREG x 20 I
DEFREG y 22 I
DEFREG a 16 I
LI
www.eeworm.com/read/404451/11485054
c liushuideng.c
#include
#include
int i;
void delay(int a)
{
int x,y;
for(x=0;x
www.eeworm.com/read/404451/11485055
_c liushuideng._c
#include
#include
int i;
void delay(int a)
{
int x,y;
for(x=0;x
www.eeworm.com/read/404451/11485056
mak liushuideng.mak
CC = iccavr
CFLAGS = -e -D__ICC_VERSION="7.14C" -DATMEGA -D_EE_EXTIO -DATMega1280 -l -g -Mavr_enhanced -Wf-use_elpm
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -g -e:0x20000 -ucrtatmega.o -bfunc_lit:0x
www.eeworm.com/read/404451/11485057
cof liushuideng.cof
www.eeworm.com/read/404451/11485058
lst liushuideng.lst
__text_start:
__start:
72 EFCF LDI R28,0xFF
73 E2D1 LDI R29,0x21
74 BFCD OUT 0x3D,R28
75 BFDE OUT 0x3E,R29
76 51CE SUBI R28,0x1E
77
www.eeworm.com/read/404451/11485059
mp liushuideng.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/404451/11485061
prj liushuideng.prj
[Compiler Options]
Edit1=
Edit2=
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=30
Edit13=
ComboBox1=0
Edit9=0x20000
Edit10=8192
ComboBox2=52
RadioGroup1=0
Edit15=
CheckBox6=1
Ed
www.eeworm.com/read/404451/11485063
s liushuideng.s
.module liushuideng.c
.area text(rom, con, rel)
.dbfile D:\挑战杯(保留)\programs\liushuideng\liushuideng.c
.dbfunc e delay _delay fV
; x -> R20,R21
; y -> R22,R23
;