Add support for the Freescale s12z processor.
[deliverable/binutils-gdb.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)
This page took 0.030288 seconds and 4 git commands to generate.