25.12.2012 Views

MIPS and SPIM tutorial

MIPS and SPIM tutorial

MIPS and SPIM tutorial

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

array_of_string.s<br />

Declear three<br />

strings<br />

Each label<br />

denotes the<br />

start address of<br />

a string<br />

Use these<br />

addresses to<br />

construct an<br />

array of strings.<br />

.data<br />

STR_1: .asciiz "The sum of "<br />

STR_2: .asciiz " <strong>and</strong> "<br />

STR_3: .asciiz " is "<br />

ARRAY_OF_STRINGS:<br />

# Each element is an address to a string.<br />

.word STR_1, STR_2, STR_3

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!