aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/pl8.was
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gasp/pl8.was')
-rw-r--r--gas/testsuite/gasp/pl8.was34
1 files changed, 0 insertions, 34 deletions
diff --git a/gas/testsuite/gasp/pl8.was b/gas/testsuite/gasp/pl8.was
deleted file mode 100644
index 9ba0f1f..0000000
--- a/gas/testsuite/gasp/pl8.was
+++ /dev/null
@@ -1,34 +0,0 @@
-******** pl8.amp
-!
-
-! .ALTERNATE
-! SDATA %1+2+3
- .byte 34,54,34
-! SDATA "5"
- .byte 34,53,34
-!
-
-!
-
-!
-
-! MACRO foo
-! SDATA "HI" !! this will go
-! SDATA "THERE ! this will stay
-! ENDM
-!
-
-! foo
-! SDATA "HI"
- .byte 34,72,73,34
-! SDATA "THERE ! this will stay
- .byte 34,84,72,69,82,69,9,32,116,104,105,115,32,119,105,108,108,32,115,116,97,121,34
-!
-
-!
-
-! SDATA <!<this is <a wacky> example!>!!>
- .byte 34,60,116,104,105,115,32,105,115,32,60,97,32,119,97,99,107,121,62,32,101,120,97,109,112,108,101,62,33,34
-! SDATA "<this is <a wacky> example>!"
- .byte 34,60,116,104,105,115,32,105,115,32,60,97,32,119,97,99,107,121,62,32,101,120,97,109,112,108,101,62,34,34
-! END