summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mri/comment.s
blob: 857318fa654b2846e2cc7b261f9d9c0be036dbab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	xref label
	xdef	ROM,RAM
	* this is a comment

	dc.l	label	loop if we haven't reach end yet
	
ROM				EQU	$00000001	* word wide
RAM				EQU	$00000002	word wide
	dc.l	RAM
	dc.l	0	,really,a,comment
; a comment
 ; another comment
  ; another comment