12.01.2013 Views

Tutorial Lex/Yacc - capsl

Tutorial Lex/Yacc - capsl

Tutorial Lex/Yacc - capsl

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.

• Code Generation<br />

Code Generator<br />

– process by which a compiler's code generator<br />

converts some intermediate representation of<br />

source code into a form (e.g., machine code)<br />

that can be readily executed by a machine.<br />

int foo()<br />

{<br />

}<br />

return 345;<br />

2/17/2012<br />

foo:<br />

addiu $sp, $sp, -16<br />

addiu $2, $zero, 345<br />

addiu $sp, $sp, 16<br />

jr $ra<br />

CAPSL<br />

8

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

Saved successfully!

Ooh no, something went wrong!