diff options
Diffstat (limited to 'gas/testsuite/gasp/pl8.asm')
-rw-r--r-- | gas/testsuite/gasp/pl8.asm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gas/testsuite/gasp/pl8.asm b/gas/testsuite/gasp/pl8.asm deleted file mode 100644 index 925b172..0000000 --- a/gas/testsuite/gasp/pl8.asm +++ /dev/null @@ -1,18 +0,0 @@ - - .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 |