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

btest:
	push {lr}
	pop {pc}

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