Add MIPS .module directive
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / align3.s
CommitLineData
462427c4
RS
1 .data
2start:
3 .byte 0
4foo:
5bar:
6 .align 2
7 .word foo - start
8 .word bar - start
9 .word 0
This page took 0.121568 seconds and 4 git commands to generate.