1	.set	micromips
2	.text
3foo:
4	.rept	count
5	ori	$2, $3, (. - foo) >> 2
6	.endr
7	addu	$2, $3, $4
8	j	ext
9