x86: Add tests for -n option of x86 assembler
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / addcb.s
CommitLineData
d70c5fc7
NC
1 .section .text
2 .global _fun
3xc16x_add:
4
5 addcb rl0,rl1
6 addcb rl0,[r1]
7 addcb rl0,[r1+]
8 addcb rl0,#0x02
9 addcb rl0,#0x23
10 addcb 0x2387,rl0
11
12
13
14
15
16
17
This page took 0.512051 seconds and 4 git commands to generate.