]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/testsuite/sim/cr16/bhs.cgs
* configure.ac: Move comment to remove extra space in last argument
[thirdparty/binutils-gdb.git] / sim / testsuite / sim / cr16 / bhs.cgs
1 # cr16 testcase for bhi disp16
2 # mach(): cr16
3
4 .include "testutils.inc"
5
6 start
7
8 .global bhi
9 bhi:
10 mvi_h_condbit 0
11 movw $2, r4
12 movw $1, r5
13 cmpw r4, r5
14 bhs ok
15 not_ok:
16 fail
17 ok:
18 pass