binutils-gdb/gas/testsuite/gasp/pl5.asm
Steve Chamberlain a5f4bc3075 More testcases.
1994-04-27 18:03:31 +00:00

16 lines
229 B
NASM

! test of literal text operator
.ALTERNATE
foop MACRO str1,str2
SDATA "str1"
SDATA str2
ENDM
foop this< is a <string> with angle brackets>
foop this< is a string with spaces>
foop this < is a string with a !>>
END