arm-none-eabi-objdump -S -h -d main.o > ..\main.lst
Sections:
Idx Name Size VMA LMA File off Algn
0 .isr_vector 00000184 08000000 08000000 00008000 2**0
CONTENTS, ALLOC, LOAD, READONLY, DATA
1 .text 000106d8 08000184 08000184 00008184 2**2
CONTENTS, ALLOC, LOAD, READONLY, CODE
2 .eh_frame 00000004 0801085c 0801085c 0001885c 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
3 .ARM 00000008 08010860 08010860 00018860 2**2
CONTENTS, ALLOC, LOAD, READONLY, DATA
4 .ARM.attributes 00000029 00000000 00000000 000204b8 2**0
CONTENTS, READONLY
5 .init_array 00000008 08010868 08010868 00018868 2**2
CONTENTS, ALLOC, LOAD, DATA
6 .fini_array 00000004 08010870 08010870 00018870 2**2
CONTENTS, ALLOC, LOAD, DATA
7 .data 000004b4 20000000 08010874 00020000 2**3
CONTENTS, ALLOC, LOAD, DATA
8 .jcr 00000004 200004b4 08010d28 000204b4 2**2
CONTENTS, ALLOC, LOAD, DATA
9 .fsmc_sram_data 00000000 64000000 64000000 000204e1 2**0
CONTENTS
10 .fsmc_sram_bss 00000000 64000000 64000000 000204e1 2**0
CONTENTS
11 .fsmc_sram_perma 00000000 64000000 64000000 000204e1 2**0
CONTENTS
12 .bss 00000850 200004b8 200004b4 000204b8 2**2
ALLOC
13 ._user_heap_stack 00000600 20000d08 2001fa00 00020d08 2**0
ALLOC
14 .factory_values 00000000 080ff800 080ff800 000204e1 2**0
CONTENTS
15 .debug_info 0001caed 00000000 00000000 000204e1 2**0
CONTENTS, READONLY, DEBUGGING
16 .debug_abbrev 00000e07 00000000 00000000 0003cfce 2**0
CONTENTS, READONLY, DEBUGGING
17 .debug_loc 0001c0fc 00000000 00000000 0003ddd5 2**0
CONTENTS, READONLY, DEBUGGING
18 .debug_aranges 000000b0 00000000 00000000 00059ed8 2**3
CONTENTS, READONLY, DEBUGGING
19 .debug_ranges 00005478 00000000 00000000 00059f88 2**3
CONTENTS, READONLY, DEBUGGING
20 .debug_line 0000733f 00000000 00000000 0005f400 2**0
CONTENTS, READONLY, DEBUGGING
21 .debug_str 000050cb 00000000 00000000 0006673f 2**0
CONTENTS, READONLY, DEBUGGING
22 .comment 00000070 00000000 00000000 0006b80a 2**0
CONTENTS, READONLY
23 .debug_frame 00003a90 00000000 00000000 0006b87c 2**2
CONTENTS, READONLY, DEBUGGING
Disassembly of section .text:
08000184 <__do_global_dtors_aux>:
8000184: b510 push {r4, lr}
8000186: 4c05 ldr r4, [pc, #20] ; (800019c <__do_global_dtors_aux+0x18>)
8000188: 7823 ldrb r3, [r4, #0]
800018a: b933 cbnz r3, 800019a <__do_global_dtors_aux+0x16>
800018c: 4b04 ldr r3, [pc, #16] ; (80001a0 <__do_global_dtors_aux+0x1c>)
800018e: b113 cbz r3, 8000196 <__do_global_dtors_aux+0x12>
8000190: 4804 ldr r0, [pc, #16] ; (80001a4 <__do_global_dtors_aux+0x20>)
8000192: f3af 8000 nop.w
8000196: 2301 movs r3, #1
8000198: 7023 strb r3, [r4, #0]
800019a: bd10 pop {r4, pc}
800019c: 200004b8 .word 0x200004b8
80001a0: 00000000 .word 0x00000000
80001a4: 0801085c .word 0x0801085c
080001a8 <frame_dummy>:
80001a8: 4b08 ldr r3, [pc, #32] ; (80001cc <frame_dummy+0x24>)
80001aa: b510 push {r4, lr}
80001ac: b11b cbz r3, 80001b6 <frame_dummy+0xe>
80001ae: 4808 ldr r0, [pc, #32] ; (80001d0 <frame_dummy+0x28>)
80001b0: 4908 ldr r1, [pc, #32] ; (80001d4 <frame_dummy+0x2c>)
80001b2: f3af 8000 nop.w
80001b6: 4808 ldr r0, [pc, #32] ; (80001d8 <frame_dummy+0x30>)
80001b8: 6803 ldr r3, [r0, #0]
80001ba: b903 cbnz r3, 80001be <frame_dummy+0x16>
80001bc: bd10 pop {r4, pc}
80001be: 4b07 ldr r3, [pc, #28] ; (80001dc <frame_dummy+0x34>)
80001c0: 2b00 cmp r3, #0
80001c2: d0fb beq.n 80001bc <frame_dummy+0x14>
80001c4: e8bd 4010 ldmia.w sp!, {r4, lr}
80001c8: 4718 bx r3
80001ca: bf00 nop
80001cc: 00000000 .word 0x00000000
80001d0: 0801085c .word 0x0801085c
80001d4: 200004bc .word 0x200004bc
80001d8: 200004b4 .word 0x200004b4
80001dc: 00000000 .word 0x00000000
080001e0 <_mainCRTStartup>:
80001e0: 4b15 ldr r3, [pc, #84] ; (8000238 <_mainCRTStartup+0x58>)
80001e2: 2b00 cmp r3, #0
80001e4: bf08 it eq
80001e6: 4b13 ldreq r3, [pc, #76] ; (8000234 <_mainCRTStartup+0x54>)
80001e8: 469d mov sp, r3
80001ea: f5a3 3a80 sub.w sl, r3, #65536 ; 0x10000
80001ee: 2100 movs r1, #0
80001f0: 468b mov fp, r1
80001f2: 460f mov r7, r1
80001f4: 4813 ldr r0, [pc, #76] ; (8000244 <_mainCRTStartup+0x64>)
80001f6: 4a14 ldr r2, [pc, #80] ; (8000248 <_mainCRTStartup+0x68>)
80001f8: 1a12 subs r2, r2, r0
80001fa: f010 f819 bl 8010230 <memset>
80001fe: 4b0f ldr r3, [pc, #60] ; (800023c <_mainCRTStartup+0x5c>)
8000200: 2b00 cmp r3, #0
8000202: d000 beq.n 8000206 <_mainCRTStartup+0x26>
8000204: 4798 blx r3
8000206: 4b0e ldr r3, [pc, #56] ; (8000240 <_mainCRTStartup+0x60>)
8000208: 2b00 cmp r3, #0
800020a: d000 beq.n 800020e <_mainCRTStartup+0x2e>
800020c: 4798 blx r3
800020e: 2000 movs r0, #0
8000210: 2100 movs r1, #0
8000212: 0004 movs r4, r0
8000214: 000d movs r5, r1
8000216: 480d ldr r0, [pc, #52] ; (800024c <_mainCRTStartup+0x6c>)
8000218: 2800 cmp r0, #0
800021a: d002 beq.n 8000222 <_mainCRTStartup+0x42>
800021c: 480c ldr r0, [pc, #48] ; (8000250 <_mainCRTStartup+0x70>)
800021e: f010 f8f7 bl 8010410 <atexit>
8000222: f00f ffdd bl 80101e0 <__libc_init_array>
8000226: 0020 movs r0, r4
8000228: 0029 movs r1, r5
800022a: f00f ff5d bl 80100e8 <main>
800022e: f00f ffc7 bl 80101c0 <exit>
8000232: bf00 nop
8000234: 00080000 .word 0x00080000
...
8000244: 200004b8 .word 0x200004b8
8000248: 20000d08 .word 0x20000d08
800024c: 08010411 .word 0x08010411
8000250: 0801041d .word 0x0801041d |