📄 avr.mp
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0054 0136 = 310. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
002A __text_start
002A __start
004A _exit
004B _eep_write_word
004C _eep_read_word
004D _eep_write_block
0058 _eep_read_block
0063 _int0_init
0064 _int1_init
0065 _int2_init
0066 _timer0_init
0069 _timer1_init
006A _glob_para_init
006B _eep_para_init
006C _adc_init
006D _uart_init
006E _port_init
0071 _power_manage_init
0072 _wdt_init
0073 _delay
0079 _all_init
007C _main
0080 _int0_isr
0081 _int1_isr
0082 _int2_isr
0083 _timer0_ovf_isr
008C _timer1_ovf_isr
0096 _timer2_ovf_isr
009F _spi_stc_isr
00A0 _uart0_rx_isr
00A1 _uart0_tx_isr
00A2 _adc_isr
00A3 pop_gset2
00A6 push_gset5
00A8 push_gset4
00AA push_gset3
00AC push_gset2
00AE push_gset1
00B1 pop_gset1
00B2 pop
00C5 __text_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 004C = 76. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\icc\lib\crtatmega.o [ crtatmega.s ]
eeprom_ex.o [ eeprom_ex.c ]
initial.o [ initial.c ]
main.o [ main.c ]
<library> [ gpop2.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -