📄 键盘显示模块.mp
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
lit 0034 0017 = 23. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0034 __lit_start
0034 _DisTab
004B __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 004B 0006 = 6. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
004B __idata_start
0051 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0052 0260 = 608. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0029 __text_start
0029 __start
0048 _exit
004A _System_INIT
004F _Insert_Timer0_OVF_ISR_Code
0068 _Device_INIT
0082 _Timer0_OVF_ISR
008C _LEDDisplay
00B2 _Port_refresh
00C5 _main
00EA mod16u
00EC div16u
00ED xdiv16u
0106 push_gset5
0108 push_gset4
010A push_gset3
010C push_gset2
010E push_gset1
0111 pop_gset1
0112 pop
0125 push_lset
013C pop_lset
0153 lsl8
0159 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0100 0006 = 6. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0100 __data_start
0102 _DoTime
0103 _g_wSystemTimer
0106 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0106 000D = 13. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0106 _PINE
0106 __bss_start
0107 _PORTA
0108 _LEDDisBuffer
0110 _PortBuffer
0113 __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0022 = 34. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
c:\icc\lib\crtAVR.o [ crtavr.s ]
EX_Support.o [ EX_Support.c ]
HD_Support.o [ HD_Support.c ]
System.o [ System.c ]
<library> [ div16u.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 + -