10 lines
121 B
ArmAsm
Raw Permalink Normal View History

.section ".crt0"
2020-04-28 14:43:07 +02:00
.global textStart
textStart:
mflr 4;
bl a
mflr 3;
mtlr 4;
subi 3,3,0x8
a: blr