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

📄 output.mp

📁 avr单片机
💻 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   008C   007B =    123. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       008C  __idata_start
       0107  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0108   088C =   2188. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0084  __start
       0084  __text_start
       00A4  _exit
       00A5  _mapping_init
       00A6  _port_init
       00C1  _watchdog_init
       00C5  _uart0_init
       00D2  _uart0_udre_isr
       00FA  _timer0_init
       0104  _timer0_comp_isr
       0118  _init_devices
       0135  _WatchDog
       0144  _set_value
       014C  _tx0_int_to_bcd
       01FC  _tx0_uc_to_bcd
       024F  _io_test
       044A  _main
       0453  mod16s
       0457  div16s
       0471  mod16u
       0473  div16u
       0474  xdiv16u
       048D  mod8u
       048F  div8u
       0490  xdiv8u
       04A5  pop_gset2
       04A8  pop_gset3
       04AB  push_gset5
       04AD  push_gset4
       04AF  push_gset3
       04B1  push_gset2
       04B3  push_gset1
       04B6  pop_gset1
       04B7  pop
       04CA  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0100   007B =    123. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0100  __data_start
       0100  _InputByte0Reg
       0101  _InputByte1Reg
       0102  _InputByte2Reg
       0103  _InputByte3Reg
       0104  _OutputTable
       0134  _InputTable
       0174  _TestIOSp
       0175  _T0Count0
       0177  _RxLoadSp0
       0178  _RxOperateSp0
       0179  _IOErrorFlag
       017A  _Rx0Counter0
       017B  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   017B   0205 =    517. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       017B  __bss_start
       017B  _RxBuffer0
       027B  _TxOperateSp0
       027C  _TxLoadSp0
       027D  _TxBuffer0
       037D  _OutputByte2Reg
       037E  _OutputByte1Reg
       037F  _OutputByte0Reg
       0380  __bss_end

Area                               Start  End    Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   0050 =     80. bytes (abs,ovr,rom)

Area                               Start  End    Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          memory   D000   F032 =  61490. bytes (abs,ovr,rom)

       Addr  Global Symbol
      -----  --------------------------------
       D000  _CAN0Addr
       E000  _CAN1Addr
       F000  _IOAddr

Files Linked      [ module(s) ]

C:\icc\lib\crtatmega.o	[ crtatmega.s ]
output.o	[ output.c ]
<library>	[ div16s.s, div16u.s, div8u.s, gpop2.s, gpop3.s, gpush.s ]

User Global Definitions

ram_end = 0x10ff
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x8c
data = 0x100
eeprom:1.4096

⌨️ 快捷键说明

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