Skip ARM v8 tests for COFF based targets.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mri / comment.s
CommitLineData
252b5132
RH
1 xref label
2 xdef ROM,RAM
3 * this is a comment
4
5 dc.l label loop if we haven't reach end yet
6
7ROM EQU $00000001 * word wide
8RAM EQU $00000002 word wide
9 dc.l RAM
10 dc.l 0 ,really,a,comment
11; a comment
12 ; another comment
13 ; another comment
This page took 0.698823 seconds and 4 git commands to generate.