summaryrefslogtreecommitdiff
path: root/opcodes/m68hc11-dis.c
Commit message (Collapse)AuthorAgeFilesLines
* Change source files over to GPLv3.Nick Clifton2007-07-051-12/+15
|
* * m68hc11-dis.c (print_insn): Warning fix.Alan Modra2006-06-061-3/+4
|
* Update the address and phone number of the FSFNick Clifton2005-05-071-1/+1
|
* * m68hc11-dis.c: Convert to ISO C90 prototypes.Stephane Carrez2003-10-271-31/+15
|
* * m68hc11-dis.c (print_indexed_operand): Fix PC-relative addressStephane Carrez2002-12-081-0/+2
| | | | for 9 and 16-bit PC-relative addressing mode.
* * m68hc11-dis.c (PC_REGNUM): Define.Stephane Carrez2002-12-011-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.
* * m68hc11-dis.c (print_insn): Treat bitmask and branch operandsStephane Carrez2002-10-131-49/+50
| | | | at the end.
* * m68hc11-dis.c (print_insn): Take into account 68HC12 memoryStephane Carrez2002-08-131-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).
* * m68hc11-dis.c (print_insn): Fix disassembly of movb with aStephane Carrez2001-11-011-9/+33
| | | | constant as source.
* * m68hc11-dis.c: Add missing prototypes.Andreas Jaeger2001-08-281-1/+9
| | | | (forgotten in last checkin)
* Fix typos in ChangeLogs; fix dates in copyright noticesNick Clifton2001-03-131-1/+1
|
* Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton2000-06-191-0/+608
for m68hc11 and m68hc12 processors.