📄 1602.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 0026 0013 = 19. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0026 __idata_start
0039 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 003A 0214 = 532. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
001D __start
001D __text_start
003C _exit
003D _delay_1us
003F _delay_nus
004C _delay_1ms
0056 _delay_nms
0063 _LCD_init
0078 _LCD_en_write
007E _LCD_write_command
009C _LCD_write_data
00BA _LCD_set_xy
00C8 _LCD_write_string
00DC _LCD_write_char
00E6 _main
0104 pop_gset2
0106 pop_gset3
0108 push_gset5
010A push_gset4
010C push_gset3
010E push_gset2
0110 push_gset1
0113 pop_gset1
0114 pop
0127 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 0013 = 19. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 __data_start
0073 __data_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0002 = 2. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\icc\lib\crtAVR.o [ crtavr.s ]
1602.o [ _1602.c ]
<library> [ gpop2.s, gpop3.s, gpush.s ]
User Global Definitions
ram_end = 0x45f
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x26
data = 0x60
eeprom:1.512
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -