代码搜索结果
找到约 10,000 项符合
Sound 的代码
sound.~c
#include /*预处理命令 */
#define uchar unsigned char
#define uint unsigned int
void delay(uchar t)
{
uchar i,j;
for (i=0;i
sound.prj
[Compiler Options]
Edit1=D:\ICC\include\
Edit2=D:\ICC\lib\
Edit8=e:\grc\licc\例子10.3.6\
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=8192
Edit10=512
ComboBox2=
sound.lst
.module sound.c
.area text
--- 0000 .dbfile E:\grc\licc\例子10.3.6\sound.c
--- 0000 .dbfunc s delay _delay fI
sound.o
XL
H 5 areas B global symbols
M sound.c
S push_gset4 Ref0000
S div32s Ref0000
S pop_gset4 Ref0000
S lpm16 Ref0000
A vector size A flags C
A lit size E8 flags 0
dbfile D:\ICC-AVR\examples.sl\m
sound.c
/**********************************************
http://www.sl.com.cn
双龙电子公司----电脑音乐演示程序(ICCAVR)
作者:詹卫前
1、学习定时器T0溢出中断的使用
2、学习定时器T1比较中断的使用
3、学习电脑音乐的产生
sound.lis
.module sound.c
.area vector(rom, abs)
.org 14
000E 0EC0 rjmp _timer0
.org 8
000
sound.~o
XL
H 6 areas D global symbols
M sound.c
S push_gset4 Ref0000
S div32s Ref0000
S pop_gset4 Ref0000
S lpm32 Ref0000
S lpm16 Ref0000
S lsl16 Ref0000
A vector size A flags C
A code size 0 flags
sound.s
.module sound.c
.area vector(rom, abs)
.org 14
rjmp _timer0
.org 8
rjmp _timer1
.area lit(rom, con, rel)
_music_data::
.word 440
.word 600
.word 494
.word 200
.word 523
.word
sound.~c
/**********************************************
http://www.sl.com.cn
双龙电子公司----电脑音乐演示程序(ICCAVR)
作者:詹卫前
1、学习定时器T0溢出中断的使用
2、学习定时器T1比较中断的使用
3、学习电脑音乐的产生