📄 ds1302.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 0054 0008 = 8. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0054 __idata_start
005C __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 005C 02FA = 762. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
002E __start
002E __text_start
004E _exit
004F _RTInputByte
0072 _RTOutputByte
00A4 _BCDtoASCII
00B6 _W1302
00C6 _R1302
00D5 _init_1302
0101 _USART_Init
010B _USART_Transmit
010F _USART_Recive
0113 _USART_Recive_Complete_handler
0114 _USART_Data_Register_Empty_handler
0115 _USART_Transmit_Complete_handler
0116 _kk
012E _main
0179 pop_gset2
017C pop_gset3
017F pop_gset4
0182 push_gset1
0185 pop_gset1
0186 pop
0199 push_gset2
019D push_gset3
01A1 push_gset4
01A5 lsl8
01AB __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 0008 = 8. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 _INITDATE
0060 __data_start
0068 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0068 0002 = 2. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0068 __bss_start
0068 _data
006A __bss_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0038 = 56. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\PROGRA~1\icc\lib\crtatmega.o [ crtatmega.s ]
ds1302.o [ ds1302.c ]
UART.o [ UART.C ]
main.o [ main.c ]
<library> [ gpop2.s, gpop3.s, gpop4.s, gpush.s, gpush2.s, gpush3.s, gpush4.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 + -