Update copyright years
[deliverable/binutils-gdb.git] / gas / testsuite / gas / frv / immediates.s
CommitLineData
5011093d
NC
1 ;; These instructions can be found in the FRV Linux kernel.
2 ;; They used to fail to assemble on 64-bit host machines
3 ;; because of sign-extension problems.
4
5 .text
6 .global foo
7foo:
8 setlos #0xffffe000, gr3
9 sethi.p %hi(~(0x80000000 | 0x40000000)), gr4
This page took 0.117406 seconds and 4 git commands to generate.