* elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix dst_mask for
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mn10200 / sub.s
1 .text
2 sub d1,d2
3 sub d2,a3
4 sub a3,d3
5 sub a3,a2
6 sub 32767,d2
7 sub 131071,d2
8 sub 32767,a2
9 sub 131071,a2
10 subc d1,d2
This page took 0.030784 seconds and 4 git commands to generate.