Add support for the Infineon XC16X.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / cmp.s
1 .text
2 xc16x_cmp:
3 cmp r0,r1
4 cmp r0,[r1]
5 cmp r0,[r1+]
6 cmp r0,#3
7 cmp r0,#0x0234
8 cmp r0,0x3452
9
This page took 0.029842 seconds and 4 git commands to generate.