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
Automatic date update in version.in
[binutils-gdb.git]
/
sim
/
testsuite
/
cr16
/
addb.cgs
blob
272804ae407382ac342fdc7c8209617b817fc758
1
# cr16 testcase for addb $sr, reg
2
# mach(): cr16
3
4
.include "testutils.inc"
5
6
start
7
8
.global add
9
add:
10
11
movb $0x1234,r4
12
movb $0x1234,r5
13
addb r4, r5
14
test_h_gr r5, 0x68
15
16
pass