Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. Add an...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / app3.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
6655dba2
SB
14 .globl label_c
15label_c:
fdf63aff 16 .long 78
This page took 0.705066 seconds and 4 git commands to generate.