aboutsummaryrefslogtreecommitdiff
path: root/opcodes/s12z-dis.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-03-22s12z disassembler tidyAlan Modra1-11/+3
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-29Fix array overruns in the S12Z disassembler.Nick Clifton1-14/+39
2019-04-12S12Z: opcodes: Replace "operator" with "optr".John Darrington1-1/+1
2019-01-09S12Z: Don't crash when disassembling invalid instructions.John Darrington1-2/+2
2019-01-09S12Z: Fix disassembly of indexed OPR operands with zero index.John Darrington1-30/+27
2019-01-03S12Z: opcodes: Separate the decoding of operations from their display.John Darrington1-2546/+256
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-18Include bfd_stdint.h in bfd.hAlan Modra1-1/+1
2018-11-21S12Z opcodes: Fix bug disassembling certain shift instructions.John Darrington1-19/+25
2018-10-22S12Z: Disassembly: Fallback to show the address if the symbol table is empty.John Darrington1-0/+4
2018-08-18Opcodes: (BRCLR / BRSET) Disassemble reserved codes instead of aborting.John Darrington1-20/+21
2018-08-18S12Z: Move opcode header to public include directory.John Darrington1-1/+1
2018-07-09S12Z/opcodes: Correct a `reg' global shadowing error for pre-4.8 GCCMaciej W. Rozycki1-14/+14
2018-05-18Add support for the Freescale s12z processor.John Darrington1-0/+2672