aboutsummaryrefslogtreecommitdiff
path: root/opcodes/h8300-dis.c
AgeCommit message (Collapse)AuthorFilesLines
1996-07-11 * h8300-dis.c (bfd_h8_disassemble): Handle "ldm.l" and "stm.l".Jeff Law1-0/+24
More disassembler fixes. HMSE.
1996-07-11 * h8300-dis.c (bfd_h8_disassemble): "abs" is implicitly twoJeff Law1-0/+4
if the next arg is marked with SRC_IN_DST. Gross. Gross hack so that shift-by-two insns are disassembled correctly.
1996-07-11 * h8300-dis.c (bfd_h8_disassemble): Print "exr" whenJeff Law1-1/+4
we're looking for and find EXR. So we disassemble andc/orc/xorc with exr correctly.
1996-07-11 * h8300-dis.c (bfd_h8_disassemble): We don't have a matchJeff Law1-0/+2
if we're looking for KBIT and we don't find it. So we don't disassemble "inc" instructions as "adds" instructions.
1996-07-11 * h8300-dis.c (bfd_h8_disassemble): Mask off unwanted bitsJeff Law1-2/+2
for L_3 and L_2. So we only get values in the right range for L_3 (0..7) and L_2 (0..3).
1996-07-11 * h8300-dis.c (bfd_h8_disassemble): Don't set plen forJeff Law1-1/+0
3bit immediate operands. So we disassemble bXXX #IMM,@ADDRESS insns correctly.
1996-07-05No longer need to sanitize away h8s stuff.Jeff Law1-13/+39
1994-06-28 * h8300-dis.c, mips-dis.c: Don't use true and false.Stan Shebs1-6/+16
1993-07-03Fix typo.David Edelsohn1-0/+381