Add an option with a color type.
[binutils-gdb.git] / sim / testsuite / cr16 / andw.cgs
blobd2d634a7b548a569347060c01f429c12ffb6f88e
1 # cr16 testcase for and $sr,$dr
2 # mach(): cr16
4         .include "testutils.inc"
6         start
8         .global and
9 and:
10         movw $3, r4
11         movw $6, r5
13         andw r4, r5
15         test_h_gr r5, 2
17         pass