]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gasp/pl2.out
19990502 sourceware import
[thirdparty/binutils-gdb.git] / gas / testsuite / gasp / pl2.out
1 !
2
3 !
4
5 ! .ALTERNATE
6 !
7
8 ! ! ok
9 ! ok
10 ! !! also ok
11 !! also ok
12 !
13
14 !foo MACRO
15 ! ! you can see me
16 ! !! but not me
17 ! ! you can see me
18 ! !! but not me
19 ! but this "SHOULD !!BE OK"
20 ! ENDM
21 !
22
23 ! foo
24 ! ! you can see me
25 ! you can see me
26 !
27 ! ! you can see me
28 ! you can see me
29 !
30 ! but this "SHOULD !!BE OK"
31 but this "SHOULD !!BE OK"
32 !
33
34 !
35
36 !define MACRO val1,val2
37 ! DB val1 ! this comment will show up
38 ! DB val2 !! this on won't
39 ! ENDM
40 !
41
42 ! define 0,1
43 ! DB 0 ! this comment will show up
44 .byte 0! this comment will show up
45 ! DB 1
46 .byte 1
47 !
48
49 !
50
51 ! END