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
CommitLineData
fdf63aff
HPN
1#NO_APP
2 .text
3 .macro foo
6655dba2
SB
4 .globl label_a
5label_a:
fdf63aff
HPN
6 .long 42
7 .endm
8#APP
9 foo
6655dba2
SB
10 .globl label_b
11label_b:
fdf63aff
HPN
12 .long 56
13#NO_APP
This page took 0.707625 seconds and 4 git commands to generate.