mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-13 03:29:50 +00:00
9 lines
102 B
ArmAsm
9 lines
102 B
ArmAsm
#notoc call stubs, no pcrel insns
|
|
.text
|
|
.abiversion 2
|
|
_start:
|
|
bl f1
|
|
nop
|
|
bl f1@notoc
|
|
bl f2@notoc
|