EnvironmentLoader/source/pc.s

10 lines
121 B
ArmAsm
Raw Normal View History

.section ".crt0"
2021-12-25 20:14:56 +01:00
.global textStart
textStart:
mflr 4;
bl a
mflr 3;
mtlr 4;
subi 3,3,0x8
a: blr