kongzhiyuyin2.mp
来自「本人开发的利用WT-588D语音芯片做的机器人语音控制程序。使用AVR 16单片」· MP 代码 · 共 40 行
MP
40 行
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 00E4 00AC = 172. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0072 __start
0072 __text_start
0094 _exit
0095 _delayms
00AC _main
00BE push_xgsetF000
00C3 pop_xgsetF000
00C8 __text_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0004 = 4. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\iccv7avr\lib\crtatmega.o [ crtatmega.s ]
kongzhiyuyin2.o [ kongzhiyuyin2.c ]
<library> [ gpushy.s ]
User Global Definitions
ram_end = 0x21ff
hwstk_size = 0x1e
User Base Address Definitions
func_lit = 0xe4
data = 0x200
eeprom:0.4096
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?