aboutsummaryrefslogtreecommitdiff
path: root/opcodes/z80-dis.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-10-11z80/disassembler: call memory_error_func when appropriateAndrew Burgess1-0/+2
2021-07-01opcodes: constify & localize z80 opcodesMike Frysinger1-2/+2
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-03-25Uninitialised memory read in z80-dis.cAlan Modra1-0/+1
2020-03-17Fix a small set of Z80 problems.Sergey Belyashov1-19/+8
2020-03-03The patch fixed invalid compilation of instruction LD IY,(HL) and disassemble...Sergey Belyashov1-2/+2
2020-02-07Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add ...Sergey Belyashov1-20/+153
2020-01-14Fix various assembler testsuite failures for the Z80 target.Sergey Belyashov1-1/+1
2020-01-09Fix the cast used to prevent compile time warning about an always false test.Nick Clifton1-1/+1
2020-01-09Fix compile time warnings about comparisons always being false.Sergey Belyashov1-7/+7
2020-01-06PR25344, z80 disassembler recursionAlan Modra1-29/+31
2020-01-02Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. A...Sergey Belyashov1-193/+431
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-05-24Move print_insn_XXX to an opcodes internal headerYao Qi1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-12Remove trailing spaces in opcodesH.J. Lu1-2/+2
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-1/+1
2009-09-02update copyright datesAlan Modra1-1/+1
2008-09-14Fix bugs in the disassembly of some ld-instructionsArnold Metselaar1-1/+5
2007-07-05Change source files over to GPLv3.Nick Clifton1-8/+10
2006-01-18fixes related to indexed operandsArnold Metselaar1-17/+17
2006-01-17Use unsigned char to hold data to be disassembled.Arnold Metselaar1-6/+6
2005-10-25Add support for the Z80 processor familyNick Clifton1-0/+620