Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-10-14 | New dummy function for symbol_at_address_func field of disassemble_info | Nick Clifton | 1 | -5/+30 | |
structure. Add code to use this field in v850 disassembly. | |||||
1997-10-02 | Fixed disassembler to use processor type when decoding instructions. | Nick Clifton | 1 | -11/+26 | |
1997-09-12 | Improved display of register lists. | Nick Clifton | 1 | -12/+51 | |
1997-09-02 | Removed use of V850_OPERNAD_ADJUST_SHORT_MEMORY. | Nick Clifton | 1 | -8/+10 | |
Fixed several operand patterns. | |||||
1997-08-22 | Updated from specs in HDD-tool-0611 document. | Nick Clifton | 1 | -65/+226 | |
1996-08-31 | * v850-dis.c (print_insn_v850): Properly handle disassembling | Jeff Law | 1 | -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 Law | 1 | -2/+1 | |
1996-08-31 | * v850-dis.c (v850_reg_names): Define. | Jeff Law | 1 | -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 Law | 1 | -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. |