]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/macros/app1.s
Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. Add an...
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / macros / app1.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