-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.lss
34 lines (28 loc) · 1012 Bytes
/
main.lss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
main.o: file format elf32-littlearm
Sections:
Idx Name Size VMA LMA File off Algn
0 .text 00000066 00000000 00000000 00000034 2**1
CONTENTS, ALLOC, LOAD, READONLY, CODE
1 .data 00000000 00000000 00000000 0000009a 2**0
CONTENTS, ALLOC, LOAD, DATA
2 .bss 00000000 00000000 00000000 0000009a 2**0
ALLOC
3 .ARM.attributes 00000014 00000000 00000000 0000009a 2**0
CONTENTS, READONLY
Disassembly of section .text:
00000000 <start>:
0: 2005 movs r0, #5
2: 2102 movs r1, #2
4: 1842 adds r2, r0, r1
6: 1d13 adds r3, r2, #4
8: e01a b.n 40 <unconditionnal>
...
00000040 <unconditionnal>:
40: 2206 movs r2, #6
42: 1e53 subs r3, r2, #1
44: d00c beq.n 60 <conditionnal>
...
00000060 <conditionnal>:
60: 2004 movs r0, #4
62: 2180 movs r1, #128 ; 0x80
64: e7cc b.n 0 <start>