Add a note to the GDB/NEWS file mentioning that the ARM simulator now
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / atend.s
1 begin:
2
3 offsetAtStart: equ 32
4
5 LD A, offsetAtStart
6 LD A, (IX + offsetAtStart)
7
8 LD A, offsetAtEnd
9 LD A, (IX + offsetAtEnd)
10
11 RET
12
13 offsetAtEnd: equ 64
14 END
15
This page took 0.029553 seconds and 4 git commands to generate.