summaryrefslogtreecommitdiff
path: root/gas/testsuite/gasp/mri/embed.out
blob: 92d925f4b093dc6c0939634be0daa4912ebe6964 (plain)
1
2
3
4
5
6
7
8
9
;embed	macro	label
;addr&&label	dc.l	label
;	endm
;

;	embed	foo
;addrfoo	dc.l	foo
addrfoo:	dc.l	foo
;