📄 uart.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 008C 0027 = 39. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
008C __idata_start
00B3 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 00B4 03B2 = 946. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
005A __text_start
005A __start
007A _exit
007B _main
00DB _Port_initialize
00E2 _INT_initialize
00EB _UART_initialize
00F9 _Delay
0104 _UART0_TX_INT
0132 _UART0_RX_INT
015D _External_INT_0
0166 _External_INT_1
017C _External_INT_2
01A3 _LED_Display
01E3 _DATA_to_NUM
0201 mod8u
0203 div8u
0204 xdiv8u
0215 pop_gset2
0218 push_gset1
021B pop_gset1
021C pop
022F push_gset2
0233 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0100 0027 = 39. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0100 _Rx_counter
0100 __data_start
0101 _Tx_counter
0102 _Tx_data_buf
010C _UART0_TX_flag
010D _UART0_RX_flag
010E _Type_flag
010F _LED_table
0127 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0127 0014 = 20. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0127 __bss_start
0127 _m
0128 _Display_value
0129 _Display_type
012A _number_ge
012B _number_shi
012C _number_bai
012D _Rx_data
012E _Rx_data_buf
013A _Tx_data
013B __bss_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0054 = 84. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\icc\lib\crtatmega.o [ crtatmega.s ]
UART.o [ UART.c ]
<library> [ div8u.s, gpop2.s, gpush.s, gpush2.s ]
User Global Definitions
ram_end = 0x10ff
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x8c
data = 0x100
eeprom:1.4096
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -