MIPS: Fix the encoding of immediates with microMIPS JALX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / li.s
CommitLineData
252b5132
RH
1# Source file used to test the li macro.
2
3foo:
4 li $4,0
5 li $4,1
6 li $4,0x8000
7 li $4,-0x8000
8 li $4,0x10000
9 li $4,0x1a5a5
10
df58fc94
RS
11# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
12 .align 2
13 .space 8
This page took 0.850446 seconds and 4 git commands to generate.