diff options
Diffstat (limited to 'gas/testsuite/gasp/pl7.asm')
-rw-r--r-- | gas/testsuite/gasp/pl7.asm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/testsuite/gasp/pl7.asm b/gas/testsuite/gasp/pl7.asm new file mode 100644 index 0000000..58a40af --- /dev/null +++ b/gas/testsuite/gasp/pl7.asm @@ -0,0 +1,12 @@ + .ALTERNATE +! test of string operators +define MACRO str1,str2 + SDATA str1 + SDATA "str2" +ENDM + define one" way to get "spaces,0 + define "lot's! of <special>,chars%", 0 + + + + |