fsdfds.mp
来自「Proteus与AVR应用实例,对初学者很有帮助。」· MP 代码 · 共 100 行
MP
100 行
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 0054 0018 = 24. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0054 __idata_start
006C __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 006C 0494 = 1172. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0036 __start
0036 __text_start
0056 _exit
0057 _delay_1us
0059 _delay_nus
0068 _delay_1ms
0072 _delay_nms
0081 _LCD_init
0096 _LCD_en_write
009C _LCD_write_command
00BC _LCD_write_data
00DC _LCD_set_xy
00EC _LCD_write_string
0102 _LCD_write_char
010E _ADC_convert
0132 _change
016C _adcdisplay
019A _ADC_int
019F _timer0_int
01A7 _timer0_ovf_isr
01D5 _timer1_int
01EA _timer1_compa_isr
01EB _main
022F mod16u
0231 div16u
0232 xdiv16u
024B empy16s
025B pop_gset2
025E pop_gset3
0261 push_gset5
0263 push_gset4
0265 push_gset3
0267 push_gset2
0269 push_gset1
026C pop_gset1
026D pop
0280 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 0018 = 24. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 __data_start
0060 _Data
0078 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0078 0005 = 5. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0078 __bss_start
0079 _channel
007A _vol
007C _scale
007D __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0028 = 40. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
D:\icc\lib\crtatmega.o [ crtatmega.s ]
main.o [ main.c ]
<library> [ div16u.s, emul16s.s, gpop2.s, gpop3.s, gpush.s ]
User Global Definitions
ram_end = 0x45f
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x54
data = 0x60
eeprom:1.512
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?