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

📄 pwm.mp

📁 avr icc 平台开发的pwm模拟功能
💻 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   0054   0047 =     71. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0054  __idata_start
       009B  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   009C   04E8 =   1256. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       004E  __text_start
       004E  __start
       006D  _exit
       006E  _init
       008C  _ShowValue
       00C8  _main
       0138  _delay_1us
       013A  _delay_nus
       0147  _delay_1ms
       0151  _delay_nms
       015E  _LCD_INIT
       017C  _LCD_Busy
       0198  _LCD_WriteControl
       01A7  _LCD_WriteData
       01B6  _Init_LCD
       01C3  _LCD_Clear
       01C5  _LCD_Home
       01C7  _LCD_DisplayCharacter
       01CD  _LCD_DisplayString_F
       01DE  _LCD_DisplayString
       01ED  _LCD_Cursor
       0217  _LCD_Cursor_On
       0219  _LCD_Cursor_Off
       021B  _LCD_Display_Off
       021D  _LCD_Display_On
       021F  _ClearLine
       022C  mod16s
       0230  div16s
       0245  mod16u
       0247  div16u
       0248  xdiv16u
       0261  pop_gset2
       0263  pop_gset3
       0265  push_gset1
       0268  pop_gset1
       0269  pop
       027C  push_gset2
       027F  push_gset3
       0282  <created procedures>
       02C2  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  __data_start
       0060  _data
       0064  _CNT
       0065  _OcrReg
       0067  _Icr1Reg
       00A7  __data_end

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

       Addr  Global Symbol
      -----  --------------------------------
       00A7  _temp
       00A7  __bss_start
       00A8  _KeyDown
       00A9  _KeyUp
       00AA  __bss_end

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

Files Linked      [ module(s) ]

D:\PROGRA~2\Atmel\icc630\lib\crtatmega.o	[ crtatmega.s ]
main.o	[ main.c ]
delay.o	[ delay.c ]
LCD.o	[ LCD.c ]
<library>	[ div16s.s, div16u.s, gpop2.s, gpop3.s, gpush.s, gpush2.s, gpush3.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 + -