* gas/mri/mri.exp: Don't execute the M68K specific tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mri / comment.s
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
7 ROM EQU $00000001 * word wide
8 RAM 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.030299 seconds and 4 git commands to generate.