Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / bpo-11.s
1 .set i,0
2 .rept 222
3 LDA $11,_start+i*256
4 .set i,i+1
5 .endr
This page took 0.029567 seconds and 4 git commands to generate.