The patch fixed invalid compilation of instruction LD IY,(HL) and disassemble of...
authorSergey Belyashov <sergey.belyashov@gmail.com>
Tue, 3 Mar 2020 16:31:42 +0000 (16:31 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 3 Mar 2020 16:32:52 +0000 (16:32 +0000)
commitb8ba13856360d1cae00269a0ffe291cf573bb575
tree8ea4c0ca398549d57965783aff7cb2aab9ffbbd3
parent7b973adce2b486518d3150db257b179e1b9a5d33
The patch fixed invalid compilation of instruction LD IY,(HL) and disassemble of this and LD (HL),IX instruction. Also it update testsuit.

PR 25627
opcodes * z80-dis.c: Fix disassembly of LD IY,(HL) and D (HL),IX
instructions.

gas * config/tc-z80.c (emit_ld_rr_m): Fix invalid compilation of
instruction LD IY,(HL).
* testsuite/gas/z80/ez80_adl_all.d: Update expected disassembly.
* testsuite/gas/z80/ez80_adl_all.s: Add tests of the instruction.
* testsuite/gas/z80/ez80_z80_all.d: Update expected disassembly.
* testsuite/gas/z80/ez80_z80_all.s: Add tests of the instruction.
gas/ChangeLog
gas/config/tc-z80.c
gas/testsuite/gas/z80/ez80_adl_all.d
gas/testsuite/gas/z80/ez80_adl_all.s
gas/testsuite/gas/z80/ez80_z80_all.d
gas/testsuite/gas/z80/ez80_z80_all.s
opcodes/ChangeLog
opcodes/z80-dis.c
This page took 0.026068 seconds and 4 git commands to generate.