gas run_dump_test rename stderr and error-output
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / sexb.s
CommitLineData
0d2bcfaf
NC
1# sexb test
2
3 sexb r0,r1
4 sexb fp,sp
5
6 sexb r0,0
7 sexb r1,-1
8 sexb 0,r2
0d2bcfaf 9 sexb r4,255
0d2bcfaf 10 sexb r6,-256
0d2bcfaf
NC
11
12 sexb r8,256
13 sexb r9,-257
14 sexb r11,0x42424242
15
0d2bcfaf
NC
16 sexb r0,foo
17
0d2bcfaf
NC
18 sexb.f r0,r1
19 sexb.f r2,1
20 sexb.f 0,r4
21 sexb.f r5,512
This page took 0.766018 seconds and 4 git commands to generate.