Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / visium / immed-1.s
CommitLineData
b6605ddd
EB
1! Tests for complex immediate expressions.
2 .text
3bar:
4 moviq r1, 0
5 subi r1, (. - bar + 8)
6 addi r1, bar
7 moviq r4, (bar - . -8) & 0xffff
8 .space 4096
9 moviq r6, (. - bar - 8) & 0xff
10 moviq r7, (bar - . -8) & 0xff
This page took 0.154352 seconds and 4 git commands to generate.