blob: 9fe21d13567ff7b0342185a88fda4b9c6d6de89a [file] [log] [blame]
.set micromips
.text
foo:
.rept count
ori $2, $3, (. - foo) >> 2
.endr
addu $2, $3, $4
j ext