comparison src/initcode.asm @ 0:53676d1f5817 default tip

firsh commit
author tobaru
date Sun, 04 Feb 2018 17:54:49 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:53676d1f5817
1
2 build/initcode.o: file format elf32-littlearm
3
4
5 Disassembly of section .text:
6
7 00000000 <start>:
8 0: e59f1024 ldr r1, [pc, #36] ; 2c <argv+0x8>
9 4: e59f2024 ldr r2, [pc, #36] ; 30 <argv+0xc>
10 8: e3a00007 mov r0, #7
11 c: ef000000 svc 0x00000000
12
13 00000010 <exit>:
14 10: e3a00002 mov r0, #2
15 14: ef000000 svc 0x00000000
16 18: eafffffc b 10 <exit>
17
18 0000001c <init>:
19 1c: 696e692f .word 0x696e692f
20 20: 00000074 .word 0x00000074
21
22 00000024 <argv>:
23 24: 0000001c .word 0x0000001c
24 28: 00000000 .word 0x00000000
25 2c: 0000001c .word 0x0000001c
26 30: 00000024 .word 0x00000024