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

📄 test.mp

📁 24IIC的源代码
💻 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   0064 =    100. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0054  __lit_start
       00B8  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           idata   00B8   0011 =     17. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       00B8  __idata_start
       00C9  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   00CA   0542 =   1346. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0065  __text_start
       0065  __start
       0086  _exit
       0087  _delay_1us
       0089  _delay_us
       0098  _delay_1ms
       00A2  _delay_ms
       00B1  _WriteByte
       00EB  _ReadByte
       012F  _LCD_init
       014E  _LCD_set_xy
       015E  _LCD_en_write
       0164  _LCD_write_char
       019B  _clear
       01B4  _LCD_write_string
       01C8  _LCD_write_data
       0202  _main
       0246  mod16s
       024A  div16s
       025F  mod16u
       0261  div16u
       0262  xdiv16u
       027B  pop_xgset003C
       027E  pop_xgset30FC
       0285  push_xgsetF0FC
       0287  push_xgset30FC
       0289  push_xgset00FC
       028B  push_xgset003C
       0290  push_xgsetF00C
       0295  pop_xgsetF00C
       029C  push_xgset303C
       02A3  pop_xgset303C
       02A8  push_xgsetF03C
       02AF  pop_xgsetF03C
       02B6  asgncblk
       02CF  <created procedures>
       0306  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  __data_start
       0071  __data_end

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

Files Linked      [ module(s) ]

C:\PROGRA~1\iccv7avr\lib\crtatmega.o	[ crtatmega.s ]
24cxx_test.o	[ _24cxx_test.c ]
<library>	[ div16s.s, div16u.s, gpop2.s, gpop4.s, gpush.s, gpushz.s, gpusha.s, gpushb.s, pmstruct.s ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x54
data = 0x60
eeprom:0.512

⌨️ 快捷键说明

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