Add an option with a color type.
[binutils-gdb.git] / sim / testsuite / cr16 / bne.cgs
blob3740f2463ec119ea5903da57117e86a83c260bd9
1 # cr16 testcase for bne disp16
2 # mach(): cr16
4         .include "testutils.inc"
6         start
8         .global bne
9 bne:
10         movw $1, r4
11         movw $2, r5
12         cmpw r4,r5
13         bne test0pass
14 test1fail:
15         fail
17 test0pass:
18         movw $1, r5
19         cmpw r4,r5
20         bne test1fail
22         pass