lab/x1/spray/bottom.S

9 lines
72 B
ArmAsm
Raw Normal View History

2021-03-05 22:07:56 +09:00
.text
.align 2
.global _start
_start:
loop:
2021-03-06 00:02:19 +09:00
nop
2021-03-05 22:07:56 +09:00
b loop