Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 251 Bytes

ch1.md

File metadata and controls

9 lines (5 loc) · 251 Bytes

Chapter 1: Data

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.