mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-03 02:30:58 +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
|