Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. Add an...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / app4b.s
1 #NO_APP
2 .globl label_d
3 label_d:
4 .long 21
5 #APP
6 .if 0
7 #NO_APP
8 .err
9 .globl label_x
10 label_x:
11 #APP
12 .endif
This page took 0.029186 seconds and 4 git commands to generate.