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

📄 main.mp

📁 AVR试验板程序,有LED,键盘和串口的程序
💻 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   0054   000A =     10. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0054  __lit_start
       0054  _LED_INDEX
       005E  __lit_end

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

       Addr  Global Symbol
      -----  --------------------------------
       005E  __idata_start
       0060  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0060   03B6 =    950. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0030  __text_start
       0030  __start
       0050  _exit
       0051  _port_init
       005C  _timer0_init
       0065  _adc_init
       006D  _adc_isr
       0091  _start_adc_0
       0095  _spi_init
       009A  _SPI_595_Out
       009E  _disp_led
       00A8  _uart0_init
       00B3  _USART_Transmit
       00B7  _USART_Receive
       00BB  _uart0_rx_isr
       00C2  _init_devices
       00D2  _flash_led_type1
       00E3  _flash_led_type2
       00F4  _flash_led_type3
       00FC  _flash_led_type4
       013A  _delay30ms
       0144  _check_key_pressed
       014E  _find_key_code
       015F  _timer0_ovf_isr
       01B2  _main
       01BE  push_gset5
       01C0  push_gset4
       01C2  push_gset3
       01C4  push_gset2
       01C6  push_gset1
       01C9  pop_gset1
       01CA  pop
       01DD  push_lset
       01F4  pop_lset
       020B  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  _led_ch
       0060  __data_start
       0061  _tmp_led_index
       0062  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0062   0003 =      3. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0062  __bss_start
       0062  _key_code
       0063  _tmp_cn_1
       0064  _tmp_cn_0
       0065  __bss_end

Area                               Start  End    Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   003C =     60. bytes (abs,ovr,rom)

Files Linked      [ module(s) ]

C:\icc\lib\crtatmega.o	[ crtatmega.s ]
main.o	[ main.c ]
<library>	[ gpush.s, lpush.s ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x54
data = 0x60
eeprom:1.512

⌨️ 快捷键说明

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