summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/pl5.asm
blob: 16b999b1fd42ca6773d09ac9b6270c43256b2d05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
! 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