Fix breakage from 2000-03-31 bfd/srec.c change.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / h8300 / logical.s
1 .text
2 h8300_logical:
3 and #16,r1l
4 and r1l,r1h
5 andc #16,ccr
6 or #16,r0l
7 or r1l,r0l
8 orc #16,ccr
9 xor #16,r0l
10 xor r0l,r1l
11 xorc #16,ccr
12 neg r0l
13 not r0l
14
This page took 0.030008 seconds and 4 git commands to generate.