Add support for the Freescale s12z processor.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / s12z / cmp-s-imm.s
1 cmp s, #0
2 cmp s, #1
3 cmp s, #-1
4 cmp s, #255
5 cmp s, #-256
6 cmp s, #32767
7 cmp s, #-32768
8 cmp s, #524287
9 cmp s, #-524288
10
This page took 0.028942 seconds and 4 git commands to generate.