summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mri/comment.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/mri/comment.s')
-rw-r--r--gas/testsuite/gas/mri/comment.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/testsuite/gas/mri/comment.s b/gas/testsuite/gas/mri/comment.s
new file mode 100644
index 00000000000..857318fa654
--- /dev/null
+++ b/gas/testsuite/gas/mri/comment.s
@@ -0,0 +1,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