summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/mips/jal.s
blob: 96ec7c981007c43399b9cfdfa8f295ce924d8c36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Source file used to test the jal macro.
	.globl	text_label	.text
text_label:	
	jal	$25
	jal	$4,$25
	jal	text_label
	jal	external_text_label
	
# Test j as well	
	j	text_label
	j	external_text_label

# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
	.align	2
	.space	8