Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. Add an...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / fwdexp.s
1 .data
2 label_i:
3
4 .text
5 .dc.a label_i + (. - .L1)
6 .L1:
This page took 0.045733 seconds and 4 git commands to generate.