summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/cr16/jal_test.s
blob: 2a4715b98f4efb9a22f9df41d7184d09529ad89d (plain)
1
2
3
4
5
6
7
8
9
10
11
        .text
        .global main
main:
	################
	# JAL regp regp
	################
	jal (r2,r1)
	jal (r6,r5),(r2,r1)
	jal (r3,r2),(r4,r3)
	jal (r1,r0), (r4,r3)
	jal (r3,r2), (r8,r7)