aboutsummaryrefslogtreecommitdiff
path: root/opcodes/m68hc11-dis.c
AgeCommit message (Collapse)AuthorFilesLines
2006-06-06 * m68hc11-dis.c (print_insn): Warning fix.Alan Modra1-3/+4
2005-05-07Update the address and phone number of the FSFNick Clifton1-1/+1
2003-10-27 * m68hc11-dis.c: Convert to ISO C90 prototypes.Stephane Carrez1-31/+15
2002-12-08 * m68hc11-dis.c (print_indexed_operand): Fix PC-relative addressStephane Carrez1-0/+2
for 9 and 16-bit PC-relative addressing mode.
2002-12-01 * m68hc11-dis.c (PC_REGNUM): Define.Stephane Carrez1-5/+44
(print_indexed_operand): Need an adjustment for some PC-relative operand modes; print the final address of PC-relative modes. (print_insn): Take into account movw/movb to adjust the PC-relative operand addresses.
2002-10-13 * m68hc11-dis.c (print_insn): Treat bitmask and branch operandsStephane Carrez1-49/+50
at the end.
2002-08-13 * m68hc11-dis.c (print_insn): Take into account 68HC12 memoryStephane Carrez1-7/+79
banks and fix disassembling of call instruction. (print_indexed_operand): New param to tell whether it was an indirect addressing operand (for disassembling call).
2001-11-01 * m68hc11-dis.c (print_insn): Fix disassembly of movb with aStephane Carrez1-9/+33
constant as source.
2001-08-28 * m68hc11-dis.c: Add missing prototypes.Andreas Jaeger1-1/+9
(forgotten in last checkin)
2001-03-13Fix typos in ChangeLogs; fix dates in copyright noticesNick Clifton1-1/+1
2000-06-19Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton1-0/+608
for m68hc11 and m68hc12 processors.