PR binutils/15834
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / and.s
CommitLineData
36591ba1
SL
1# Source file used to test the and, andhi and andi instructions
2
3foo:
4 and r4,r4,r4
5 andi r4,r4,0x7fff
6 andi r4,r4,0x8000
7 andi r4,r4,0xffff
8 andi r4,r4,0x0
9 andhi r4,r4,0x7fff
10 andhi r4,r4,0x8000
11 andhi r4,r4,0xffff
12 andhi r4,r4,0x0
13
This page took 0.045774 seconds and 4 git commands to generate.