7 lines
55 B
ArmAsm
7 lines
55 B
ArmAsm
.text
|
|
.globl _start
|
|
_start:
|
|
callq a
|
|
callq b
|
|
callq c
|