mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
15 lines
118 B
ArmAsm
15 lines
118 B
ArmAsm
.text
|
|
bar:
|
|
retl
|
|
nop
|
|
|
|
.align 1024
|
|
.section ".wdispcall"
|
|
foo:
|
|
nop
|
|
call bar
|
|
or %r1, %g0, %o7
|
|
nop
|
|
call bar
|
|
nop
|