📄 ds1203.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 0026 000A = 10. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0026 __lit_start
0026 _SEG_table
0030 __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 0030 0016 = 22. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0030 __idata_start
0046 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0046 0488 = 1160. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0023 __text_start
0023 __start
0042 _exit
0043 _DS1302_set
004D _DS1302_Write
006F _DS1302_WriteT
0079 _DS1302_Read
00BF _DS1302_ReadTime
00F0 _DS1302_WriteTime
0105 _delay_1us
0107 _delay_nus
0114 _delay_1ms
011E _delay_nms
012B _port_init
0134 _timer1_init
014A _init_devices
0154 _sendbeyt
0172 _sendFOURbeyt
01B0 _timer1_ovf_isr
01B8 _BINtoArray
01D3 _main
01EB mod16u
01ED div16u
01EE xdiv16u
0207 pop_gset2
0209 pop_gset4
020B pop_gset5
020D push_gset5
020F push_gset4
0211 push_gset3
0213 push_gset2
0215 push_gset1
0218 pop_gset1
0219 pop
022C push_lset
0243 pop_lset
025A lsl16
0261 lsl8
0267 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 0016 = 22. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 _WriteAddress
0060 __data_start
0067 _WriteTime
006E _Sec_buffer
0072 _Min_buffer
0076 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0076 000E = 14. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0076 _year
0076 __bss_start
0078 _month
007A _week
007C _date
007E _hour
0080 _minute
0082 _second
0084 __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0012 = 18. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\icc\lib\crtAVR.o [ crtavr.s ]
DS1302.o [ DS1302.c ]
<library> [ div16u.s, gpop2.s, gpop4.s, gpop5.s, gpush.s, lpush.s, lsl16.s, lsl8.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 + -