summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/pl8.asm
blob: 925b172397739ef8544bdc1905fce16b42995c2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

	.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