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

📄 ds18b20.mp

📁 DS18B20温度监控程序
💻 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   0034   000E =     14. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0034  __idata_start
       0042  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0042   04AE =   1198. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0021  __start
       0021  __text_start
       0042  _exit
       0043  _main
       0091  _timer1_int
       00A7  _display_int
       0146  _PortInit
       0163  _convert
       018C  _Init_1wire
       01A8  _WriteByte_1wire
       01C9  _ReadByte_1wire
       01F3  _delay_10us
       0202  _delay_1us
       0208  _UartRece_int
       0232  _UartInit
       023F  _UartSend
       0252  mod8u
       0254  div8u
       0255  xdiv8u
       026A  push_xgset303C
       0271  pop_xgset303C
       0278  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0100   000E =     14. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0100  __data_start
       0100  _distable
       010A  _count2
       010B  _count1
       010C  _count3
       010D  _flag1
       010E  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   010E   000E =     14. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       010E  __bss_start
       010E  _Send
       0111  _Rece
       0113  _timeb6
       0114  _timeb5
       0115  _timeb4
       0116  _timeb3
       0117  _timeb2
       0118  _timeb1
       0119  _time2
       011A  _time1
       011B  _flag
       011C  __bss_end

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

Files Linked      [ module(s) ]

C:\iccv7avr\lib\crtAVR.o	[ crtavr.s ]
ds18b20.o	[ ds18b20.c ]
<library>	[ div8u.s, gpusha.s ]

User Global Definitions

ram_end = 0x2ff
hwstk_size = 0x1e

User Base Address Definitions

func_lit = 0x34
data = 0x100
eeprom:0.256

⌨️ 快捷键说明

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