main: push {r7, lr} adr r0, .myString bl printf mov r0, #0 pop {r7, pc}.myString: .asciz "Hello\n"
View all questions in Arm Development Studio forum