summaryrefslogtreecommitdiff
path: root/opcodes/z80-dis.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* z80/disassembler: call memory_error_func when appropriateAndrew Burgess2021-10-111-0/+2
* opcodes: constify & localize z80 opcodesMike Frysinger2021-07-011-2/+2
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Uninitialised memory read in z80-dis.cAlan Modra2020-03-251-0/+1
* Fix a small set of Z80 problems.Sergey Belyashov2020-03-171-19/+8
* The patch fixed invalid compilation of instruction LD IY,(HL) and disassemble...Sergey Belyashov2020-03-031-2/+2
* Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add ...Sergey Belyashov2020-02-071-20/+153
* Fix various assembler testsuite failures for the Z80 target.Sergey Belyashov2020-01-141-1/+1
* Fix the cast used to prevent compile time warning about an always false test.Nick Clifton2020-01-091-1/+1
* Fix compile time warnings about comparisons always being false.Sergey Belyashov2020-01-091-7/+7
* PR25344, z80 disassembler recursionAlan Modra2020-01-061-29/+31
* Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. A...Sergey Belyashov2020-01-021-193/+431
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* Move print_insn_XXX to an opcodes internal headerYao Qi2017-05-241-1/+1
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Remove trailing spaces in opcodesH.J. Lu2015-08-121-2/+2
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Update copyright yearsAlan Modra2014-03-051-1/+1
* update copyright datesAlan Modra2009-09-021-1/+1
* Fix bugs in the disassembly of some ld-instructionsArnold Metselaar2008-09-141-1/+5
* Change source files over to GPLv3.Nick Clifton2007-07-051-8/+10
* fixes related to indexed operandsArnold Metselaar2006-01-181-17/+17
* Use unsigned char to hold data to be disassembled.Arnold Metselaar2006-01-171-6/+6
* Add support for the Z80 processor familyNick Clifton2005-10-251-0/+620