x86: Add -O[2|s] assembler command-line options
[deliverable/binutils-gdb.git] / gas / testsuite / gas / visium / high-1.s
CommitLineData
b6605ddd
EB
1; Test %hi/%lo handling.
2
3foo:
4 moviu r4,%u(foo+0x10000)
5 movil r4,%l(foo+0x10000)
6
7 moviu r4,%u 0x12348765
8 movil r4,%l 0x12348765
9
10 moviu r4,%u .+8
11 movil r4,%l .+4
This page took 0.158955 seconds and 4 git commands to generate.