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
/
br.cgs
blob
f7ba86dde378aa870afc11cfbd461a217a5744c6
1
# cr16 testcase for bc $disp24
2
# mach(): cr16
3
4
.include "testutils.inc"
5
6
start
7
8
.global bc24
9
bc24:
10
11
mvi_h_condbit 0
12
bne test0fail
13
br test0pass
14
test0fail:
15
fail
16
test0pass:
17
18
mvi_h_condbit 1
19
bne test1pass
20
fail
21
test1pass:
22
23
pass
24