summaryrefslogtreecommitdiff
path: root/opcodes/s12z-dis.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Don't use BFD_VMA_FMT in binutilsAlan Modra2022-08-041-3/+3
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* s12z/disassembler: call memory_error_func when appropriateAndrew Burgess2021-10-111-0/+3
* Return symbol from symbol_at_address_funcAlan Modra2021-04-061-20/+5
* Remove bfd_stdint.hAlan Modra2021-03-311-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* s12z disassembler tidyAlan Modra2020-03-221-11/+3
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Fix array overruns in the S12Z disassembler.Nick Clifton2019-10-291-14/+39
* S12Z: opcodes: Replace "operator" with "optr".John Darrington2019-04-121-1/+1
* S12Z: Don't crash when disassembling invalid instructions.John Darrington2019-01-091-2/+2
* S12Z: Fix disassembly of indexed OPR operands with zero index.John Darrington2019-01-091-30/+27
* S12Z: opcodes: Separate the decoding of operations from their display.John Darrington2019-01-031-2546/+256
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Include bfd_stdint.h in bfd.hAlan Modra2018-12-181-1/+1
* S12Z opcodes: Fix bug disassembling certain shift instructions.John Darrington2018-11-211-19/+25
* S12Z: Disassembly: Fallback to show the address if the symbol table is empty.John Darrington2018-10-221-0/+4
* Opcodes: (BRCLR / BRSET) Disassemble reserved codes instead of aborting.John Darrington2018-08-181-20/+21
* S12Z: Move opcode header to public include directory.John Darrington2018-08-181-1/+1
* S12Z/opcodes: Correct a `reg' global shadowing error for pre-4.8 GCCMaciej W. Rozycki2018-07-091-14/+14
* Add support for the Freescale s12z processor.John Darrington2018-05-181-0/+2672