mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-01 11:52:47 +00:00
8 lines
55 B
ArmAsm
8 lines
55 B
ArmAsm
foo:
|
|
jmp foo
|
|
call foo
|
|
.L1:
|
|
brsh .L1
|
|
.p2align 1
|
|
nop
|