]> Git Repo - binutils.git/blob - gas/testsuite/gasp/pl1.asm
19990502 sourceware import
[binutils.git] / gas / testsuite / gasp / pl1.asm
1         
2         .ALTERNATE
3
4 alloc   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.025252 seconds and 4 git commands to generate.