diff options
Diffstat (limited to 'gas/testsuite/gasp/pl8.asm')
-rw-r--r-- | gas/testsuite/gasp/pl8.asm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gas/testsuite/gasp/pl8.asm b/gas/testsuite/gasp/pl8.asm new file mode 100644 index 0000000..925b172 --- /dev/null +++ b/gas/testsuite/gasp/pl8.asm @@ -0,0 +1,18 @@ + + .ALTERNATE + SDATA %1+2+3 + SDATA "5" + + + + MACRO foo + SDATA "HI" !! this will go + SDATA "THERE ! this will stay + ENDM + + foo + + + SDATA <!<this is <a wacky> example!>!!> + SDATA "<this is <a wacky> example>!" + END |