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

4 lines
33 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
li t0,0
la a0,UserRam
sb t0,(a0)