lab/x1/spray/bottom.S

9 lines
72 B
ArmAsm

.text
.align 2
.global _start
_start:
loop:
nop
b loop