Initial txvu support.
[deliverable/binutils-gdb.git] / gas / testsuite / gasp / pl1.asm
CommitLineData
a5f4bc30
SC
1
2 .ALTERNATE
3
4alloc MACRO val1,val2
5 DB val1
6 DB val2
7 ENDM
8
9 alloc "that's" 'show biz'
10 alloc 0,1
11 alloc 0 1
12 alloc 0 1
13 alloc ,1
14
15
16
17
18
19
20
This page took 0.125176 seconds and 4 git commands to generate.