WUMSLoader/source/pc.s

10 lines
121 B
ArmAsm
Raw 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