The patch fixed invalid compilation of instruction LD IY,(HL) and disassemble of...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / ez80_adl_all.s
index 2a895b1ab8955e72f7e6366c2e106157e3f75224..041c10c94c37d313465ae612f274f3f5d1493631 100644 (file)
        ex (sp),hl
        ex (sp),ix
        ex (sp),iy
-       ex af,af'
+       ex af,af'       ;'
        ex de,hl
        exx
        halt
        xor e
        xor h
        xor l
+       ld      bc,(hl)
+       ld      de,(hl)
+       ld      hl,(hl)
+       ld      ix,(hl)
+       ld      iy,(hl)
+       ld      (hl),bc
+       ld      (hl),de
+       ld      (hl),hl
+       ld      (hl),ix
+       ld      (hl),iy
This page took 0.0236 seconds and 4 git commands to generate.