7 lines
73 B
ArmAsm
Raw Normal View History

2017-04-10 13:32:00 +02:00
.abicalls
.global __start
.ent __start
__start:
jr $31
.end __start