📄 电量计.mp
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 0034 0001 = 1. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0034 __idata_start
0035 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0036 0202 = 514. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
001B __start
001B __text_start
003A _exit
003B _Device_INIT
004A _Port_INIT
0056 _Timer0_INIT
005E _Timer0_OVF_ISR
0063 _ADC_INIT
006D _ADC_ISR
0073 _System_INIT
0078 _Insert_Timer0_OVF_ISR_Code
0087 _Insert_Adc_ISR_Code
00A8 _main
00AB mod16u
00AD div16u
00AE xdiv16u
00C7 pop_gset3
00C9 push_gset5
00CB push_gset4
00CD push_gset3
00CF push_gset2
00D1 push_gset1
00D4 pop_gset1
00D5 pop
00E8 push_lset
00FF pop_lset
0116 lsl8
011C __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0100 0001 = 1. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0100 __data_start
0100 _IfGotADCValue
0101 __data_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 002C = 44. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
c:\icc\lib\crtAVR.o [ crtavr.s ]
HD_Support.o [ HD_Support.c ]
EX_Support.o [ EX_Support.c ]
System.o [ System.c ]
<library> [ div16u.s, gpop3.s, gpush.s, lpush.s, lsl8.s ]
User Global Definitions
ram_end = 0x2ff
hwstk_size = 0x20
User Base Address Definitions
func_lit = 0x34
data = 0x100
eeprom:1.256
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -