📄 12864_example.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 0054 0400 = 1024. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0054 __lit_start
0054 _LOGO
0454 __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 0454 0009 = 9. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0454 __idata_start
045D __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 045E 0668 = 1640. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
022F __text_start
022F __start
024F _exit
0250 _PORTDefine
028E _setBIT
02AD _clearBIT
02CF _VirtualPORTProccess
02D8 _refreshVirtualPORT
0307 _sendBITS
0337 _waitForLCDReady
033E _sendDataToLCD
0378 _sendCommandToLCD
03B2 _setX
03BC _setY
03C6 _setStartLine
03D0 _setLCDOnOFF
03D9 _LCDDraw
0409 _ClearLCD
042F _LCD12864Init
0459 _LCD12864DispPicture
04B0 _PortInit
04B9 _Timer0Init
04C0 _Timer0OvfIsr
04DD _SystemInit
04E5 _main
0531 pop_gset2
0534 pop_gset5
0537 push_gset5
0539 push_gset4
053B push_gset3
053D push_gset2
053F push_gset1
0542 pop_gset1
0543 pop
0556 lsl16
055D lsl8
0563 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 0009 = 9. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 _VPORT
0060 __data_start
0062 _VPORTBit
0064 _IfPortChange
0065 _FlashGIFStringCounter
0067 _FlashTimeCounter
0069 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0069 0018 = 24. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0069 __bss_start
0069 _PIND_BIT
006B _PINC_BIT
006D _PINB_BIT
006F _PINA_BIT
0071 _DDRD_BIT
0073 _DDRC_BIT
0075 _DDRB_BIT
0077 _DDRA_BIT
0079 _PORTD_BIT
007B _PORTC_BIT
007D _PORTB_BIT
007F _PORTA_BIT
0081 __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0028 = 40. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
g:\icc\lib\crtatmega.o [ crtatmega.s ]
12864_Example.o [ _12864_Example.c ]
<library> [ gpop2.s, gpop5.s, gpush.s, lsl16.s, lsl8.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 + -