Add an option with a color type.
[binutils-gdb.git] / sim / testsuite / cr16 / cmpb.cgs
blob50984bf8ef5f023a257a5031536253ac601b862b
1 # cr16 testcase for cmpb reg1, reg2
2 # mach(): cr16 
4         .include "testutils.inc"
6         start
8         .global cmpb
9 cmpb:
10         mvi_h_condbit 0
11         movw $0x2311, r4
12         movw $0x4211, r5
13         cmpb r4,r5
14         beq ok
15 not_ok:
16         fail
17 ok:
18         mvi_h_condbit 1
19         movw $0x4222, r5
20         cmpb r4,r5
21         beq not_ok
23         pass