bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / jal.s
1 # Source file used to test the jal macro.
2 .globl text_label .text
3 text_label:
4 jal $25
5 jal $4,$25
6 jal text_label
7 jal external_text_label
8
9 # Test j as well
10 j text_label
11 j external_text_label
12
13 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
14 .align 2
15 .space 8
This page took 0.053385 seconds and 4 git commands to generate.