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

📄 system.map

📁 FM12864液晶驱动,单片机为ATMEGA48,GCC编译器开发,其中包含ADC和串口程序.
💻 MAP
📖 第 1 页 / 共 2 页
字号:
.data           0x00800100        0x0 load address 0x00000f14
                0x00800100                PROVIDE (__data_start, .)
 *(.data)
 *(.gnu.linkonce.d*)
                0x00800100                . = ALIGN (0x2)
                0x00800100                _edata = .
                0x00800100                PROVIDE (__data_end, .)

.bss            0x00800100        0xf
                0x00800100                PROVIDE (__bss_start, .)
 *(.bss)
 .bss           0x00800100        0x2 usart.o
                0x00800101                rs232mark
                0x00800100                rs232writeP
 *(COMMON)
 COMMON         0x00800102        0x3 adc.o
                0x00800102                adc_mark
                0x00800103                adc_data
 COMMON         0x00800105        0xa usart.o
                0x00800105                rs232revbuf
                0x0080010f                PROVIDE (__bss_end, .)
                0x00000f14                __data_load_start = LOADADDR (.data)
                0x00000f14                __data_load_end = (__data_load_start + SIZEOF (.data))

.noinit         0x0080010f        0x0
                0x0080010f                PROVIDE (__noinit_start, .)
 *(.noinit*)
                0x0080010f                PROVIDE (__noinit_end, .)
                0x0080010f                _end = .
                0x0080010f                PROVIDE (__heap_start, .)

.eeprom         0x00810000        0x0
 *(.eeprom*)
                0x00810000                __eeprom_end = .

.stab           0x00000000      0x36c
 *(.stab)
 .stab          0x00000000      0x36c C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o

.stabstr        0x00000000       0x84
 *(.stabstr)
 .stabstr       0x00000000       0x84 C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o

.stab.excl
 *(.stab.excl)

.stab.exclstr
 *(.stab.exclstr)

.stab.index
 *(.stab.index)

.stab.indexstr
 *(.stab.indexstr)

.comment
 *(.comment)

.debug
 *(.debug)

.line
 *(.line)

.debug_srcinfo
 *(.debug_srcinfo)

.debug_sfnames
 *(.debug_sfnames)

.debug_aranges  0x00000000       0x50
 *(.debug_aranges)
 .debug_aranges
                0x00000000       0x14 system.o
 .debug_aranges
                0x00000014       0x14 lcd.o
 .debug_aranges
                0x00000028       0x14 adc.o
 .debug_aranges
                0x0000003c       0x14 usart.o

.debug_pubnames
                0x00000000      0x239
 *(.debug_pubnames)
 .debug_pubnames
                0x00000000       0x77 system.o
 .debug_pubnames
                0x00000077       0xfd lcd.o
 .debug_pubnames
                0x00000174       0x49 adc.o
 .debug_pubnames
                0x000001bd       0x7c usart.o

.debug_info     0x00000000      0xd50
 *(.debug_info)
 .debug_info    0x00000000      0x66e system.o
 .debug_info    0x0000066e      0x500 lcd.o
 .debug_info    0x00000b6e       0xd7 adc.o
 .debug_info    0x00000c45      0x10b usart.o
 *(.gnu.linkonce.wi.*)

.debug_abbrev   0x00000000      0x373
 *(.debug_abbrev)
 .debug_abbrev  0x00000000      0x128 system.o
 .debug_abbrev  0x00000128      0x153 lcd.o
 .debug_abbrev  0x0000027b       0x70 adc.o
 .debug_abbrev  0x000002eb       0x88 usart.o

.debug_line     0x00000000      0x8b9
 *(.debug_line)
 .debug_line    0x00000000      0x271 system.o
 .debug_line    0x00000271      0x4c2 lcd.o
 .debug_line    0x00000733       0xb3 adc.o
 .debug_line    0x000007e6       0xd3 usart.o

.debug_frame
 *(.debug_frame)

.debug_str      0x00000000      0x2ab
 *(.debug_str)
 .debug_str     0x00000000       0xff system.o
                                0x15d (size before relaxing)
 .debug_str     0x000000ff      0x111 lcd.o
                                0x20b (size before relaxing)
 .debug_str     0x00000210       0x45 adc.o
                                 0xc6 (size before relaxing)
 .debug_str     0x00000255       0x56 usart.o
                                 0xdc (size before relaxing)

.debug_loc
 *(.debug_loc)

.debug_macinfo
 *(.debug_macinfo)
OUTPUT(system.elf elf32-avr)

Cross Reference Table

Symbol                                            File
__bad_interrupt                                   C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__bss_end                                         C:/WinAVR/lib/gcc/avr/3.4.6/avr4\libgcc.a(_clear_bss.o)
__bss_start                                       C:/WinAVR/lib/gcc/avr/3.4.6/avr4\libgcc.a(_clear_bss.o)
__data_end                                        C:/WinAVR/lib/gcc/avr/3.4.6/avr4\libgcc.a(_copy_data.o)
__data_load_start                                 C:/WinAVR/lib/gcc/avr/3.4.6/avr4\libgcc.a(_copy_data.o)
__data_start                                      C:/WinAVR/lib/gcc/avr/3.4.6/avr4\libgcc.a(_copy_data.o)
__do_clear_bss                                    C:/WinAVR/lib/gcc/avr/3.4.6/avr4\libgcc.a(_clear_bss.o)
                                                  usart.o
                                                  adc.o
                                                  lcd.o
                                                  system.o
__do_copy_data                                    C:/WinAVR/lib/gcc/avr/3.4.6/avr4\libgcc.a(_copy_data.o)
                                                  usart.o
                                                  adc.o
                                                  lcd.o
                                                  system.o
__heap_end                                        C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__init                                            C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__stack                                           C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
                                                  system.o
__vector_1                                        C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_10                                       C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_11                                       C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_12                                       C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_13                                       C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_14                                       C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_15                                       C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_16                                       C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_17                                       C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_18                                       usart.o
                                                  C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_19                                       C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_2                                        C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_20                                       usart.o
                                                  C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_21                                       adc.o
                                                  C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_22                                       C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_23                                       C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_24                                       C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_25                                       C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_3                                        C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_4                                        C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_5                                        C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_6                                        C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_7                                        C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_8                                        C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_9                                        C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vector_default                                  C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
__vectors                                         C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
adc_data                                          adc.o
adc_mark                                          adc.o
character                                         system.o
clear_lcd                                         lcd.o
                                                  system.o
display_character_char                            lcd.o
                                                  system.o
display_character_int                             lcd.o
                                                  system.o
display_image                                     lcd.o
                                                  system.o
display_interface                                 system.o
display_low_power                                 system.o
image                                             system.o
init_cpu                                          system.o
init_lcd                                          lcd.o
init_usart                                        usart.o
                                                  system.o
main                                              system.o
                                                  C:/WinAVR/bin/../lib/gcc/avr/3.4.6/../../../../avr/lib/avr4/crtm48.o
open_adc                                          adc.o
rs232mark                                         usart.o
rs232revbuf                                       usart.o
rs232writeP                                       usart.o
send_com                                          usart.o
                                                  system.o
set_data_port_input                               lcd.o
set_data_port_output                              lcd.o
symbol                                            system.o
write_left_command                                lcd.o
write_left_data                                   lcd.o
write_right_command                               lcd.o
write_right_data                                  lcd.o

⌨️ 快捷键说明

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