bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / jal-mask-2.s
1 .text
2 foo:
3 j 0x0000000
4 j 0xaaaaaa2
5 j 0x5555554
6 j 0xffffff6
7 jal 0x0000008
8 jal 0xaaaaaaa
9 jal 0x555555c
10 jal 0xffffffe
11 jals 0x0000002
12 jals 0xaaaaaa6
13 jals 0x555555a
14 jals 0xffffffe
15
16 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
17 .space 8
This page took 0.036784 seconds and 4 git commands to generate.