RosettaCodeData/Task/Empty-string/MIPS-Assembly/empty-string-1.mips
2023-07-01 13:44:08 -04:00

3 lines
33 B
Text

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