Add MMIX support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / greg9.s
1 % Check that we can allocate max number of GREGs.
2 % A bit cheesy: we allocate anonymous GREGs with no handle. This isn't
3 % generally useful, but it helps keeping the number of lines down, and we
4 % check that the right thing happened in the object file.
5 Main SWYM 0
6 .rept 222
7 GREG
8 .endr
This page took 0.029725 seconds and 4 git commands to generate.