You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MIPS, you can declare global variables in the .data section.
At a minimum this is where you would declare/define any literal strings
your program will be printing, since virtually every program has
at least 1 or 2 of those.