Add an option with a color type.
[binutils-gdb.git] / sim / testsuite / cr16 / sfs.cgs
blob5663bfb06b4f66985c5190fe9e067c1da205d12b
1 # cr16 testcase for sfs reg
2 # mach(): cr16
4         .include "testutils.inc"
6         start
8         .global sfs
9 sfs:
10         mvi_h_condbit 0
11         movw $0xaa, r4
12         movw $0xaa, r5
13         addb r4, r5
14         sfs r3
16         cmpw $1, r3
17         beq ok
18 not_ok:
19         fail
20 ok:
21         pass