代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound._c
/**********************************************
http://www.sl.com.cn
双龙电子公司----电脑音乐演示程序(ICCAVR)
作者:詹卫前
1、学习定时器T0溢出中断的使用
2、学习定时器T1比较中断的使用
3、学习电脑音乐的产生
sound.o
XL
H 1 areas 6 global symbols
M sound.c
S push_gset2 Ref0000
S mpy16s Ref0000
S pop_gset2 Ref0000
A text size 68 flags 0
dbfile E:\grc\licc\例子10.3.6\sound.c
dbfunc s delay 0 fI
dbsym r i 14 c
sound.c
#include /*预处理命令 */
#define uchar unsigned char
#define uint unsigned int
void delay(uchar t)
{
uchar i,j;
for (i=0;i
sound.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
sound.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
sound.lis
.module sound.c
.area text
0000 .dbfile E:\grc\licc\例子10.3.6\sound.c
0000 .dbfunc s delay _delay fI
sound.dbg
FILE sound.c
FUNC delay 0054 fI
STACK
DEFSTATIC i 0014 c
DEFSTATIC j 0016 c
DEFSTATIC t 0010 c
LINE 5 0056
LINE 7 0056
LINE 8 005A
LINE 8 005E
LINE 8 005E
LINE 8 0060
LINE 7 0064
LINE 7
sound.hex
:08001A00CFE5D2E0CDBFDEBF4F
:06002200C051D040002493
:04002800E0E6F0E03E
:0C002C0010E0E036F10711F00192FBCF6C
:04003800EAE1F0E029
:04003C00A0E6B0E0AA
:0E00400010E0EA31F10721F0C89531960D92DB
:0600
sound.s
.module sound.c
.area text
.dbfile E:\grc\licc\例子10.3.6\sound.c
.dbfunc s delay _delay fI
; i -> R20
; j -> R22
; t -> R16
.even
_delay::
rcall pu
sound.lk
sound.o