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

📄 uart_mega128isr.mp

📁 双龙AVR-MEGA128开发板的配套源码
💻 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   0010 =     16. bytes (rel,con)

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

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   009C   0210 =    528. bytes (rel,con)

       Addr  Global Symbol
      -----  --------------------------------
       004E  __start
       004E  __text_start
       006E  _exit
       006F  _uart0_init
       007C  _putchar
       0091  _getchar
       00AA  _puts
       00BE  _init_devices
       00CC  _main
       00F0  _uart0_rx_isr
       0113  _uart0_udre_isr
       013F  push_gset1
       0142  pop_gset1
       0143  pop
       0156  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0100  __data_start
       0110  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0110   0084 =    132. bytes (rel,con)

       Addr  Global Symbol
      -----  --------------------------------
       0110  _TXC_WR
       0110  __bss_start
       0111  _TXC_RD
       0112  _RXC_WR
       0113  _RXC_RD
       0114  _TXC_BUFF
       0154  _RXC_BUFF
       0194  __bss_end

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

Files Linked      [ module(s) ]

C:\ICC\lib\crtatmega.o  [ crtatmeg ]
uart2.o           [  uart2.c ]
<library>         [  gpush.s ]

User Global Definitions

ram_end = 0x10ff
hwstk_size = 0x10

User Base Address Definitions

data = 0x100
func_lit = 0x8c
eeprom:1.4096

⌨️ 快捷键说明

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