代码搜索:MUsic
找到约 8,190 项符合「MUsic」的源代码
代码结果 8,190
www.eeworm.com/read/192426/8382411
lst music.lst
__start:
__text_start:
0022 E5CF LDI R28,0x5F
0023 E0D4 LDI R29,4
0024 BFCD OUT 0x3D,R28
0025 BFDE OUT 0x3E,R29
0026 51C0 SUBI R28,0x10
0027 40D
www.eeworm.com/read/192426/8382419
mak music.mak
CC = iccavr
CFLAGS = -Ie:\ICC\include\ -e -l -g -Mavr_enhanced_small -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -Le:\ICC\lib\ -g -Wl-W -bfunc_lit:0x26.0x2000 -dram_end:0x45f -bdata:0x60.0x45f -d
www.eeworm.com/read/192426/8382425
s music.s
.module music.c
.area eeprom(rom, con, rel)
_sound::
.byte 'f,39
.byte 'h,38
.byte 40,40
.byte 39,38
.byte 'G,'C
.byte 'g,40
.byte 'i,39
.byte 41,41
.byte 40,39
.byte 'F,'F
.
www.eeworm.com/read/192426/8382427
prj music.prj
[Compiler Options]
Edit1=e:\ICC\include\
Edit2=e:\ICC\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=8192
Edit10=1024
ComboBox2=12
RadioGroup1=0
E
www.eeworm.com/read/192426/8382430
src music.src
[Files]
music.c
music.h
isp.c
read_flash.s
[Headers]
[Documents]
www.eeworm.com/read/192426/8382434
mp music.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/192426/8382436
_h music._h
/* 音阶常数=65536-8000000/8/2/f */
#define DO 64580 //523
#define RE 64684 //587
#define MI 64777 //659
#define FA 64820 //698
#define SO 64898 //784
#define LA 64968 //880
#define TI 65030 //9
www.eeworm.com/read/192426/8382443
o music.o
XL
H 6 areas E global symbols
M music.c
S push_gset1 Ref0000
S push_gset3 Ref0000
S _uart_init Ref0000
S pop_gset1 Ref0000
S pop_gset3 Ref0000
S _EEPROMread Ref0000
A text size F4 flags 0
db
www.eeworm.com/read/192426/8382444
cof music.cof
www.eeworm.com/read/192426/8382456
lis music.lis
.module music.c
.area eeprom(rom, con, rel)
0000 _sound::
0000 6627 .byte 'f,39
0002 6826 .byte 'h,38
0004