projects
/
external
/
binutils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add support for the Freescale s12z processor.
[external/binutils.git]
/
gas
/
testsuite
/
gas
/
s12z
/
cmp-opr-rdirect.s
1
;;; Direct register offset
2
cmp d2, (d1,s)
3
cmp d3, (d2,x)
4
cmp d4, (d3,x)
5
cmp d5, (d3,y)
6
cmp d0, (d4,x)
7
cmp d1, (d5,x)
8
cmp d6, (d6,x)
9
cmp d7, (d7,x)