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

📄 clock.mp

📁 单片机开发资料光盘-双龙-686M.zip
💻 MP
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                        func_lit   0022   0010 =     16. bytes (rel,con)

       Addr  Global Symbol
      -----  --------------------------------
       0022  __func_lit_start
       0032  __func_lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           idata   0032   0002 =      2. bytes (rel,con)

       Addr  Global Symbol
      -----  --------------------------------
       0032  __idata_start
       0034  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0034   062E =   1582. bytes (rel,con)

       Addr  Global Symbol
      -----  --------------------------------
       001A  __text_start
       001A  __start
       0039  _exit
       003A  _receive_byte
       0056  _send_byte
       0075  _write279
       007F  _initdis
       0174  _opentime
       0181  _display
       01B2  _inctime
       01DA  _dectime
       0205  _main
       0264  _timer1_ovf
       0271  _timer0_ovf
       02A2  _delay_us
       02AA  _delay_1ms
       02B4  _delay_ms
       02C2  mpy8s
       02CE  mod8s
       02D0  div8s
       02EF  push_gset1
       02F2  pop_gset1
       02F3  pop
       0306  push_gset2
       0309  push_gset3
       030C  push_gset4
       030F  push_gset5
       0312  pop_gset2
       0314  pop_gset5
       0316  lpm16
       0324  <created procedures>
       0331  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  _flag
       0060  __data_start
       0061  _dflag
       0062  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0062   0005 =      5. bytes (rel,con)

       Addr  Global Symbol
      -----  --------------------------------
       0062  __bss_start
       0064  _time
       0067  __bss_end

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

Files Linked      [ module(s) ]

D:\ICC-AVR\lib\crtavr.o  [ crtavr.s ]
clock.o           [  clock.c ]
<library>         [ DELAY_US, DELAY1MS, DELAYMS.,  mpy8s.s,  div8s.s,
                     gpush.s, gpush2.s, gpush3.s, gpush4.s, gpush5.s,
                     gpop2.s,  gpop5.s,  lpm16.s ]

User Global Definitions

ram_end = 0x25f
hwstk_size = 0x10

User Base Address Definitions

data = 0x60
func_lit = 0x22
eeprom:1.512

⌨️ 快捷键说明

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