📄 qingxi.mp
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
func_lit 0054 0002 = 2. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0054 __func_lit_start
0056 __func_lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
lit 0056 15D5 = 5589. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0056 __lit_start
0056 _ourcompany
0F56 _ASC_MSK
13D6 _GB_16
152A __ctype
162B __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 162B 0106 = 262. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
162B __idata_start
1731 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 1732 11E0 = 4576. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0B99 __text_start
0B99 __start
0BB9 _exit
0BBA _delay_us
0BCA _delay_ms
0BDB _beeps
0BEF _port_init
0BFF _watchdog_init
0C03 _timer0_init
0C0A _timer0_ovf_isr
0C1C _timer1_init
0C32 _timer1_ovf_isr
0C71 _adc_init
0C79 _adc_isr
0C7A _uart0_init
0C85 _uart0_rx_isr
0C86 _uart_str
0C92 _wait_tx
0C96 _int0_isr
0CCD _lcd_wd
0CE3 _lcd_wc
0CF5 _lcd_wc3
0D02 _fnPR11
0D0D _fnST3
0D14 _fnGetRow
0D17 _fnGetCol
0D1A _fnSetPos
0D36 _cursor
0D42 _clsrows
0D78 _fnLCMInit
0D9A _lcd_init
0DDA _cls
0E00 _lcd_fill
0E20 _lcd_print
0E35 _lcd_print240128
0E59 _lcd_digtal
0E77 _dprintf
1004 _cgram
1027 _init_devices
1033 _main
10F4 __print
129A _strcpy
12A3 push_arg4
12A5 push_arg2
12A8 mod16s
12AC div16s
12C6 mod16u
12C8 div16u
12C9 xdiv16u
12E2 div32u
12E4 mod32u
12E8 div32s
12EA mod32s
1315 long_div_prolog
1328 long_div_epilog
1337 tst_R16_R19
133C tst_R24_R27
1341 neg_R16_R19
134A neg_R24_R27
1353 empy16s
1363 pop_gset2
1366 pop_gset3
1369 pop_gset4
136C pop_gset5
136F push_gset5
1371 push_gset4
1373 push_gset3
1375 push_gset2
1377 push_gset1
137A pop_gset1
137B pop
138E xicall
1397 __va_start
13A0 _itoa
13F9 _utoa
1435 _islower
1443 _toupper
145A __vsdepi
1464 _vsprintf
1489 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 0106 = 262. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 __data_start
0060 _OperPowerCode
0166 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0166 002E = 46. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0166 __bss_start
0166 _gCurCol
0167 _gCurRow
0168 _DisplayBuffer
016F _lastfreq
0171 _Freq
0173 _S_flag
0174 _UpdateFlag
0175 _mSEC
0176 _keydirection
0177 _keycounter
0178 _Freq_H
0194 __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0044 = 68. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
D:\icc\lib\crtatmega.o [ crtatmega.s ]
main.o [ main.c ]
<library> [ _printf.s, strcpy.s, asave.s, div16s.s, div16u.s, div32.s, emul16s.s, gpop2.s, gpop3.s, gpop4.s, gpop5.s ]
[ gpush.s, icall.s, stdarg.s, itoa.s, utoa.s, islower.s, ctype.s, toupper.s, vsprintf.s ]
User Global Definitions
ram_end = 0x85f
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x54
data = 0x60
eeprom:1.1024
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -