aboutsummaryrefslogtreecommitdiff
path: root/opcodes/v850-dis.c
AgeCommit message (Collapse)AuthorFilesLines
1997-10-14New dummy function for symbol_at_address_func field of disassemble_infoNick Clifton1-5/+30
structure. Add code to use this field in v850 disassembly.
1997-10-02Fixed disassembler to use processor type when decoding instructions.Nick Clifton1-11/+26
1997-09-12Improved display of register lists.Nick Clifton1-12/+51
1997-09-02Removed use of V850_OPERNAD_ADJUST_SHORT_MEMORY.Nick Clifton1-8/+10
Fixed several operand patterns.
1997-08-22Updated from specs in HDD-tool-0611 document.Nick Clifton1-65/+226
1996-08-31 * v850-dis.c (print_insn_v850): Properly handle disassemblingJeff Law1-2/+17
a two byte insn at the end of a memory region when the memory region's size is only two byte aligned.
1996-08-31 * v850-dis.c (v850_cc_names): Fix stupid thinkos.Jeff Law1-2/+1
1996-08-31 * v850-dis.c (v850_reg_names): Define.Jeff Law1-0/+52
(v850_sreg_names, v850_cc_names): Likewise. (disassemble): Very rough cut at printing operands (unformatted). One step at a time. * v850-opc.c (BOP_MASK): Fix. (v850_opcodes): Fix mask for jarl and jr. Bugs exposed by disassembler testing.
1996-08-31 * v850-dis.c: New file. Skeleton for disassembler support.Jeff Law1-0/+78
* Makefile.in Remove v850 references, they're not needed here and they weren't being sanitized away. * configure.in: Add v850-dis.o when building v850 toolchains. * configure: Rebuilt. * disassemble.c (disassembler): Call v850 disassembler.