代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/7227/111583
mp 8segled8loop.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/7227/111584
s 8segled8loop.s
.module .8SegLed8Loop.c
.area text
.dbfile E:\grc\licc\例子10.3.7\8SegLed8Loop.c
.dbfunc s delay _delay fI
; i -> R20,R21
; t -> R16,R17
.even
_delay::
rcall push
www.eeworm.com/read/7227/111586
dbg 8segled8loop.dbg
FILE 8SegLed8Loop.c
FUNC delay 0054 fI
STACK
DEFSTATIC i 0014 i
DEFSTATIC t 0010 i
LINE 5 0056
LINE 7 0056
LINE 8 005C
LINE 7 005C
LINE 7 0060
LINE 9 0066
FUNCEND 0066
DEFSTATIC i 0014 i
www.eeworm.com/read/7227/111588
lis 8segled8loop.lis
.module .8SegLed8Loop.c
.area text
0000 .dbfile E:\grc\licc\例子10.3.7\8SegLed8Loop.c
0000 .dbfunc s delay _del
www.eeworm.com/read/7227/111590
cof 8segled8loop.cof
www.eeworm.com/read/7227/111591
prj 8segled8loop.prj
[Compiler Options]
Edit1=D:\ICC\include\
Edit2=D:\ICC\lib\
Edit8=e:\grc\licc\例子10.3.7\
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=8192
Edit10=512
ComboBox2=
www.eeworm.com/read/7227/111592
mak 8segled8loop.mak
CC = iccavr
CFLAGS = -ID:\ICC\include\ -e -l -g -Wa-W
LFLAGS = -LD:\ICC\lib\ -m -g -dram_end:0x25f -bdata:0x60.0x25f -Wl-W -bfunc_lit:0x1a.0x2000 -dhwstk_size:16 -beeprom:1.512 -fihx_coff
FILES
www.eeworm.com/read/7227/111593
~c 8segled8loop.~c
#include
#define uchar unsigned char
#define uint unsigned int
void delay(uint t)
{
uint i;
for (i=0;i
www.eeworm.com/read/7227/111594
lst 8segled8loop.lst
.module .8SegLed8Loop.c
.area text
--- 0000 .dbfile E:\grc\licc\例子10.3.7\8SegLed8Loop.c
--- 0000 .dbfunc s dela