summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/pl8.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gasp/pl8.asm')
-rw-r--r--gas/testsuite/gasp/pl8.asm18
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 00000000000..925b1723977
--- /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