Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / bpo-10.s
1 # Overflow; specify 223*8 registers.
2 .set i,0
3 .rept 223*4*8
4 LDA $11,_start+i*64
5 .set i,i+1
6 .endr
This page took 0.029177 seconds and 4 git commands to generate.