Re: Aufgaben und Übungen,

Image Screenshot_20240131_220129

.data
	a: .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
.text
	li \$t0, 0x00
	li \$t1, 0x00

loop1:
	sb \$t1, a(\$t0)
	add \$t0, \$t0, 0x01
	add \$t1, \$t1, 0x01
	blt \$t0, 7, loop1