aboutsummaryrefslogtreecommitdiff
path: root/src/tests/test.S
blob: 035f8f6cb28e1067dd894760ff4fd2376c9312ad (plain)
1
2
3
4
5
6
7
8
9
10
.section .text

a.btest:
	push {lr}
	pop {pc}

.globl atest
atest:
	push {lr}
	pop {pc}