Automatic date update in version.in
[binutils-gdb.git] / sim / testsuite / cr16 / bcc.cgs
blobb0bee2b455d7fa61d3482b56d0e6d5a5e1a5895c
1 # cr16 testcase for beq disp16
2 # mach(): cr16
4         .include "testutils.inc"
6         start
8         .global beq
9 beq:
10         mvi_h_condbit 0
11         movw $12, r4
12         movw $10, r5
13         cmpw r4, r5
14         bcc ok
15 not_ok:
16         fail
17 ok:
18         movw $11, r5
19         cmpw r4, r5
20         beq not_ok
22         pass