2017-04-10 13:32:00 +02:00

10 lines
105 B
ArmAsm

.syntax unified
.text
.global end
.type end, %function
end:
.fnstart
.save {r4, lr}
bx lr
.fnend