Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. Add an...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / z80 / dollar.s
1 .data
2 .org 0x10
3 _label1:
4 .dw 100$
5 100$:
6 .dw 100$
7 _label2:
8 .dw 110$
9 100$:
10 .dw 100$
11 110$:
12 .dw 110$
13 .L_label3:
14 .dw 100$
15 .dw 110$
16 .end
17
This page took 0.045535 seconds and 4 git commands to generate.