RosettaCodeData/Task/Empty-string/MIPS-Assembly/empty-string-1.mips

4 lines
33 B
Plaintext

li t0,0
la a0,UserRam
sb t0,(a0)