| 1234567891011121314 | 
							- 	.section ".dram.abcrom","a"
 
- 	.globl testdata
 
- testdata:
 
- 	.Lx = 0x00001111
 
- 	.Ly = 0
 
- 	.rept 0x20000
 
- 	.long .Lx
 
- 	.Lx = ((.Lx * 0x89abcdef) + ((.Lx * 0x89abcdef) >> 32) + (.Ly * 0x76543210)) & 0xffffffff
 
- 	.Ly = .Ly + 1
 
- 	.endr
 
- 	.type testdata,@object
 
- 	.size testdata,. - testdata
 
 
  |