]> Git Repo - binutils.git/blob - ld/testsuite/ld-mmix/sec-1.s
Add MMIX support
[binutils.git] / ld / testsuite / ld-mmix / sec-1.s
1  .section secname,"ax"
2  TETRA 1,2,3,4,-1,-2009
3  BYTE 80
4
5  .section anothersec,"aw"
6  TETRA 10,9,8,7
7  BYTE 37,39,41
8
9  .section thirdsec
10  TETRA 200001,100002
11  BYTE 38,40
12
13  .section .a.fourth.section,"a"
14  OCTA 8888888,808080808
This page took 0.024934 seconds and 4 git commands to generate.