
Memory Configuration

Name             Origin             Length            
*default*        0x00000000         0xffffffff

Linker script and memory map

Address of section .text set to 0x2000
LOAD basic.o
                0x00000000                PROVIDE (__stack, 0x0)

.text           0x00002000      0xed8
 *(.text)
 .text          0x00002000      0xec8 basic.o
                0x00002ec8                etext=.
                0x00002ec8                __CTOR_LIST__=.
                0x00002ec8        0x4 LONG 0x0 (((__CTOR_END__-__CTOR_LIST__)/0x4)-0x2)
 *(.ctors)
                0x00002ecc        0x4 LONG 0x0
                0x00002ed0                __CTOR_END__=.
                0x00002ed0                __DTOR_LIST__=.
                0x00002ed0        0x4 LONG 0x0 (((__DTOR_END__-__DTOR_LIST__)/0x4)-0x2)
 *(.dtors)
                0x00002ed4        0x4 LONG 0x0
                0x00002ed8                __DTOR_END__=.

.data           0x00002ed8        0x0
 *(.data)
                0x00002ed8                edata=.

.bss            0x00002ed8        0x0
                0x00002ed8                __bss_start=.
 *(.bss)
 *(COMMON)
                0x00002ed8                end=ALIGN(0x8)
                0x00002ed8                _end=ALIGN(0x8)

.stab
 *(.stab)

.stabstr
 *(.stabstr)
OUTPUT(basic.srec srec)
