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

📄 1602b_lcd_prj.mp

📁 LCD的应用.跟单片机配合做的一个电子表程序
💻 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   001C =     28. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0026  _table
       0026  __lit_start
       0031  _love
       0042  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           idata   0042   0015 =     21. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0042  __idata_start
       0057  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0058   0508 =   1288. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       002C  __start
       002C  __text_start
       004B  _exit
       004C  _LCD_init
       0064  _LCD_en_write
       006A  _LCD_write_char
       00BE  _LCD_wait_Ready
       00D1  _LCD_set_xy
       00E2  _LCD_write_string
       00F9  _timer1_init
       010F  _timer1_ovf_isr
       017F  _write_h
       01AA  _write_m
       01D5  _write_s
       01FB  _main
       021F  _delay_1us
       0221  _delay_nus
       022E  _delay_1ms
       0238  _delay_nms
       0245  mod8u
       0247  div8u
       0248  xdiv8u
       025D  pop_gset2
       025F  pop_gset3
       0261  pop_gset4
       0263  push_gset5
       0265  push_gset4
       0267  push_gset3
       0269  push_gset2
       026B  push_gset1
       026E  pop_gset1
       026F  pop
       0282  push_lset
       0299  pop_lset
       02B0  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  _h
       0060  __data_start
       0061  _m
       0062  _s
       0063  _ch1
       0075  __data_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0075  __bss_start
       0075  _ch
       0076  _temp1
       0077  __bss_end

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

Files Linked      [ module(s) ]

F:\icc6.31a\lib\crtAVR.o	[ crtavr.s ]
1602B_LCD.o	[ _1602B_LCD.c ]
1602B_LCD_TEST.o	[ _1602B_LCD_TEST.c ]
delay.o	[ delay.c ]
<library>	[ div8u.s, gpop2.s, gpop3.s, gpop4.s, gpush.s, lpush.s ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x26
data = 0x60
eeprom:1.512

⌨️ 快捷键说明

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