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

📄 595_1602_example.mp

📁 ATMEGA8做的595驱动1602
💻 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   0026   0010 =     16. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0026  __lit_start
       0026  _CHR
       0036  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           idata   0036   0056 =     86. bytes (rel,con,rom)

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

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   008C   0622 =   1570. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0046  __start
       0046  __text_start
       0065  _exit
       0066  _PORTDefine
       0086  _setBIT
       009B  _clearBIT
       00B2  _VirtualPORTProccess
       00BB  _refreshVirtualPORT
       00D6  _sendBITS
       00F3  _LCDDelay
       0102  _LCDDelayUs
       010E  _LCDInit
       0120  _LCDSendCommand
       0141  _LCDSendData
       0162  _LCDWaitForReady
       0166  _LCDSetXY
       0175  _LCDDisplayString
       0184  _LCDDisplayNum
       01AB  _RunString
       0200  _StringLength
       020D  _Flash
       023E  _FlashStringGroup
       027F  _PortInit
       0284  _Timer0Init
       028B  _Timer0OvfIsr
       02A8  _SystemInit
       02B0  _main
       02C7  push_arg4
       02C9  push_arg2
       02CC  mod16u
       02CE  div16u
       02CF  xdiv16u
       02E8  pop_gset2
       02EA  pop_gset5
       02EC  push_gset5
       02EE  push_gset4
       02F0  push_gset3
       02F2  push_gset2
       02F4  push_gset1
       02F7  pop_gset1
       02F8  pop
       030B  lsl32
       0317  lsl8
       031D  lsr32
       0329  <created procedures>
       0357  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  __data_start
       0060  _VPORT
       0061  _VPORTBit
       0063  _IfPortChange
       0064  _LCD_Temp
       006A  _FlashGIFStringCounter
       006C  _FlashTimeCounter
       00B6  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   00B6   000C =     12. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       00B6  __bss_start
       00B6  _DDRD_BIT
       00B8  _DDRC_BIT
       00BA  _DDRB_BIT
       00BC  _PORTD_BIT
       00BE  _PORTC_BIT
       00C0  _PORTB_BIT
       00C2  __bss_end

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

Files Linked      [ module(s) ]

g:\icc\lib\crtAVR.o	[ crtavr.s ]
595_1602_Example.o	[ _595_1602_Example.c ]
<library>	[ asave.s, div16u.s, gpop2.s, gpop5.s, gpush.s, lsl32.s, lsl8.s, lsr32.s ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x80

User Base Address Definitions

func_lit = 0x26
data = 0x60
eeprom:1.512

⌨️ 快捷键说明

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