x86: allow suffix-less movzw and 64-bit movzb
[deliverable/binutils-gdb.git] / gas / testsuite / gas / xc16x / subb.s
CommitLineData
d70c5fc7
NC
1 .section .text
2 .global _fun
3xc16x_subb:
4
5 subb rl0,rl1
6 subb rl0,[r1]
7 subb rl0,[r1+]
8 subb rl0,#0x1
9 subb rl0,#0x43
10 subb rl0,0x7643
11 subb 0x7643,rl0
12
13
14
15
16
17
18
19
This page took 0.450116 seconds and 4 git commands to generate.