ds1302.mp

来自「AVR单片机C语言编程及应用实例 适合初学者的学习研究 其中包含Atmega」· MP 代码 · 共 98 行

MP
98
字号
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             lit   0060   0022 =     34. bytes (rel,con)

       Addr  Global Symbol
      -----  --------------------------------
       0060  __lit_start
       0082  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           idata   0082   0003 =      3. bytes (rel,con)

       Addr  Global Symbol
      -----  --------------------------------
       0082  __idata_start
       0085  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0086   0564 =   1380. bytes (rel,con)

       Addr  Global Symbol
      -----  --------------------------------
       0043  __start
       0043  __text_start
       0063  _exit
       0064  _LCD1602_portini
       006B  _LCD1602_readbyte
       0083  _LCD1602_sendbyte
       0096  _LCD1602_sendstr
       00A6  _LCD1602_clear
       00AC  _LCD1602_readBF
       00BA  _LCD1602_gotoXY
       00D0  _LCD1602_initial
       00E7  _Delayus
       00FF  _Delayms
       0115  _DS1302_portinit
       0119  _DS1302_writeB
       012F  _DS1302_readB
       014C  _DS1302_writeD
       016C  _DS1302_readD
       0188  _DS1302_setT
       01A8  _DS1302_getT
       01C5  _DS1302_check
       01D9  _DS1302_init
       01E2  _BCD_ASCII
       01F5  _Disp_time
       026C  _main
       0293  mod8u
       0295  div8u
       0296  xdiv8u
       02A7  empy16s
       02B7  push_gset1
       02BA  pop_gset1
       02BB  pop
       02CE  push_gset2
       02D2  push_gset3
       02D6  pop_gset2
       02D9  pop_gset3
       02DC  asgncblk
       02F5  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0060   0003 =      3. bytes (rel,con)

       Addr  Global Symbol
      -----  --------------------------------
       0060  __data_start
       0063  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   0004 =      4. bytes (abs,ovr)

Files Linked      [ module(s) ]

C:\icc\lib\crtatmega.o  [ crtatmeg ]
ds1302.o          [ ds1302.c ]
<library>         [  div8u.s, emul16s.,  gpush.s, gpush2.s, gpush3.s,
                     gpop2.s,  gpop3.s, pmstruct ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x10

User Base Address Definitions

data = 0x60
func_lit = 0x60
eeprom:1.512

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?