Add support for the Freescale s12z processor.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / s12z / cmp-opr-inc.s
1 ;; Pre/Post increment/decrement xys
2 cmp d2, (+x)
3 cmp d3, (+y)
4 cmp d4, (-x)
5 cmp d5, (-y)
6 cmp d0, (-s)
7 cmp d6, (s+)
8 cmp x, (y-)
9 cmp x, (x-)
10 cmp y, (y+)
11 cmp y, (x+)
This page took 0.029599 seconds and 4 git commands to generate.