repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add an option with a color type.
[binutils-gdb.git]
/
sim
/
testsuite
/
cr16
/
bne.cgs
blob
3740f2463ec119ea5903da57117e86a83c260bd9
1
# cr16 testcase for bne disp16
2
# mach(): cr16
3
4
.include "testutils.inc"
5
6
start
7
8
.global bne
9
bne:
10
movw $1, r4
11
movw $2, r5
12
cmpw r4,r5
13
bne test0pass
14
test1fail:
15
fail
16
17
test0pass:
18
movw $1, r5
19
cmpw r4,r5
20
bne test1fail
21
22
pass