⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rtc.mp

📁 AVRkaifashili.rar
💻 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   0000   0032 =     50. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0000  __lit_start
       0032  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           idata   0032   0010 =     16. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0032  __idata_start
       0042  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0042   0940 =   2368. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0021  __start
       0021  __text_start
       0040  _exit
       0041  _DelayMs
       004D  _Display
       0068  _NOPNOP
       006E  _SetSCL
       0076  _SetSDA
       007E  _Start
       008A  _Stop
       0096  _Ack
       00A0  _Nack
       00AA  _Check_Ack
       00C4  _Write_Bit0
       00CC  _Write_Bit1
       00D6  _Write_Byte
       00E8  _Read_Byte
       0105  _Write_Nbyte
       012E  _Write_1byte
       0149  _Read_Nbyte
       0182  _Key_Process
       0375  _Convert
       039B  _DSWrite_Byte
       03AC  _DSRead_Byte
       03BE  _main
       0454  push_arg4
       0456  push_arg2
       0459  mod8u
       045B  div8u
       045C  xdiv8u
       0471  pop_gset2
       0473  pop_gset3
       0475  pop_gset4
       0477  pop_gset5
       0479  push_gset1
       047C  pop_gset1
       047D  pop
       0490  push_gset2
       0493  push_gset3
       0496  push_gset4
       0499  push_gset5
       049C  mpy8s
       04A8  asgncblk
       04C1  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0060   0010 =     16. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0060  _Table
       0060  __data_start
       006C  _Data
       0070  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0070   0002 =      2. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0070  _F_Flag
       0070  __bss_start
       0071  _Enter_Flag
       0072  __bss_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   0002 =      2. bytes (abs,ovr,rom)

Files Linked      [ module(s) ]

C:\icc\lib\crtAVR.o	[ crtavr.s ]
RTC.o	[ RTC.C ]
<library>	[ asave.s, div8u.s, gpop2.s, gpop3.s, gpop4.s, gpop5.s, gpush.s, gpush2.s, gpush3.s, gpush4.s, gpush5.s ]
[ mpy8s.s, pmstruct.s ]

User Global Definitions

ram_end = 0x25f
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x0
data = 0x60

⌨️ 快捷键说明

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