x86: Add tests for -n option of x86 assembler
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / subc.s
1 .section .text
2 .global _fun
3 xc16x_subc:
4
5 subc r0,r1
6 subc r0,[r1]
7 subc r0,[r1+]
8 subc r0,#0x2
9 subc r0,#0x43
10 subc r0,0x7643
11 subc 0x7643,r0
12
13
14
15
16
17
18
19
This page took 0.029011 seconds and 4 git commands to generate.