projects
/
deliverable
/
binutils-gdb.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add support for the Infineon XC16X.
[deliverable/binutils-gdb.git]
/
gas
/
testsuite
/
gas
/
xc16x
/
addcb.s
1
.section .text
2
.global _fun
3
xc16x_add:
4
5
addcb rl0,rl1
6
addcb rl0,[r1]
7
addcb rl0,[r1+]
8
addcb rl0,#0x02
9
addcb rl0,#0x23
10
addcb 0x2387,rl0
11
12
13
14
15
16
17
This page took
0.030352 seconds
and
4
git commands to generate.