Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. Add an...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / app2.s
1 #NO_APP
2 .text
3 .macro foo
4 .globl label_a
5 label_a:
6 .long 42
7 .endm
8 #APP
9 foo
10 .globl label_b
11 label_b:
12 .long 56
13 #NO_APP
This page took 0.039498 seconds and 4 git commands to generate.