Add a note to the GDB/NEWS file mentioning that the ARM simulator now
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / offset.s
CommitLineData
ae33e02d
AM
1;;; various instructions involving offsets
2
3 .section .text
4 .org 0
510:
6 jr 1f
7 inc (ix+5)
8 dec (iy-1)
9 ld a,(ix-128)
10 ld (iy+127),a
11 djnz 10b
12 jr z,2f
13 jr c,3f
142:
15 jr nz,3f
16 jr nc,2b
173:
18 ld (ix+34),9
19 ld (iy-34),-9
20 rr (ix+55)
21 rl (iy-55)
22 .balign 0x80
231:
This page took 0.428399 seconds and 4 git commands to generate.