014.mp

来自「avr单片机atmage16驱动小灯的一些例程 并且包括一些收发数据的程序利用」· MP 代码 · 共 80 行

MP
80
字号
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   0008 =      8. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0054  __idata_start
       005C  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   005C   0450 =   1104. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       002E  __start
       002E  __text_start
       004E  _exit
       004F  _main
       0113  _ds1302_write_byte
       0137  _ds1302_read_byte
       015C  _ds1302_write_time
       0186  _ds1302_read_time
       01A5  _ds1302_init
       01AA  _delay_us
       01B5  _delay_ms
       01C4  _LCD_write_com
       01D2  _LCD_write_data
       01E0  _LCD_clear
       01E5  _LCD_write_str
       0201  _LCD_write_char
       0213  _LCD_init
       0231  pop_gset2
       0234  pop_gset3
       0237  push_gset5
       0239  push_gset4
       023B  push_gset3
       023D  push_gset2
       023F  push_gset1
       0242  pop_gset1
       0243  pop
       0256  __text_end

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

       Addr  Global Symbol
      -----  --------------------------------
       0060  __data_start
       0060  _time_buf
       0068  __data_end

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

Files Linked      [ module(s) ]

C:\icc\lib\crtatmega.o	[ crtatmega.s ]
main.o	[ main.c ]
ds1302.o	[ ds1302.c ]
lcd1602.o	[ lcd1602.c ]
<library>	[ gpop2.s, gpop3.s, gpush.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 + =
减小字号Ctrl + -
显示快捷键?