5 lines
48 B
ArmAsm
5 lines
48 B
ArmAsm
.section .text
|
|
.global _start
|
|
_start:
|
|
jmp .
|
.section .text
|
|
.global _start
|
|
_start:
|
|
jmp .
|