Initial revision
[binutils.git] / gas / testsuite / gasp / pl2.out
blobcca6fa366831fac6a283dbc737bf9e89805fd5f5
5 !       .ALTERNATE
8 !       ! ok
9         ! ok
10 !       !! also ok
11         !! also ok
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
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"
36 !define         MACRO   val1,val2
37 !       DB      val1    ! this comment will show up 
38 !       DB      val2    !! this on won't
39 !       ENDM
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
51 !       END