.text
.globl _start
_start:
mov r0,#1
add r1,r0,#1
fun:
add r0,r0,r1
add r1,r1,#1
cmp r1,#0x65
moveq pc,lr
bl fun
.end
.text
.globl _start
_start:
mov r0,#1
add r1,r0,#1
fun:
add r0,r0,r1
add r1,r1,#1
cmp r1,#0x65
moveq pc,lr
bl fun
.end