blob: ada84d85a8de61efa92390bc70255e086c9f0578 [file] [log] [blame]
.text
.global odd, odd2, aligned
.dc.b 1
odd:
.rept 65536
.dc.l 0
.endr
odd2:
.dc.b 2,3,4
aligned:
.rept 65536
nop
.endr