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