Add an option with a color type.
[binutils-gdb.git] / sim / testsuite / cr16 / subw.cgs
blob12a12293b3c3ab37049a31ecfef7b4fc3cb9369f
1 # cr16 testcase for subw $sr,$dr
2 # mach(): cr16
4         .include "testutils.inc"
6         start
8         .global subw
9 subw:
11         movw $0x1234, r4
12         movw $0x1111, r5
14         subw r5, r4
16         test_h_gr r4, 0x123
18         pass