can

来自「can通信源码」· 代码 · 共 87 行

TXT
87
字号
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             lit   008C   009C =    156. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       008C  __lit_start
       008C  _GB_12
       0128  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           idata   0128   0230 =    560. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0128  __idata_start
       0358  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   0358   0354 =    852. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       01AC  __start
       01AC  __text_start
       01CC  _exit
       01CD  _delay_us
       01E1  _delay_ms
       01F5  _LCD_init
       0221  _LCD_clear
       0238  _LCD_set_XY
       0247  _LCD_write_char
       0261  _LCD_write_english_string
       0277  _LCD_write_byte
       02A0  _LCD_write_chinese
       02F3  _LCD_write_chinese_sring
       0315  _main
       032B  pop_gset2
       032E  pop_gset3
       0331  pop_gset4
       0334  pop_gset5
       0337  push_gset5
       0339  push_gset4
       033B  push_gset3
       033D  push_gset2
       033F  push_gset1
       0342  pop_gset1
       0343  pop
       0356  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0100   0230 =    560. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0100  __data_start
       0100  _font6x8
       0330  __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 ]
nokia.o	[ nokia.c ]
<library>	[ gpop2.s, gpop3.s, gpop4.s, gpop5.s, gpush.s ]

User Global Definitions

ram_end = 0x10ff
hwstk_size = 0x10

User Base Address Definitions

func_lit = 0x8c
data = 0x100
eeprom:1.4096

⌨️ 快捷键说明

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