8 lines
55 B
ArmAsm
8 lines
55 B
ArmAsm
|
foo:
|
||
|
jmp foo
|
||
|
call foo
|
||
|
.L1:
|
||
|
brsh .L1
|
||
|
.p2align 1
|
||
|
nop
|