Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. Add an...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / app4.s
CommitLineData
fdf63aff
HPN
1 .text
2 .macro foo
6655dba2
SB
3 .globl label_a
4label_a:
fdf63aff
HPN
5 .long 42
6 .endm
7 .include "app4b.s"
8 foo
6655dba2
SB
9 .globl label_b
10label_b:
fdf63aff 11 .long 56
This page took 0.916388 seconds and 4 git commands to generate.