Add support for the Z80 processor family
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / redef.s
1 .data
2 _start:
3 x: defl .-_start
4 .long x
5 .balign 4
6 x: defl .-_start
7 .long x
8 x: defl .-_start
9 .long x
10 x: defl .-_start
11 .long x
This page took 0.040419 seconds and 4 git commands to generate.