Assignment: Instruction Selection

From Embedded Xinu
Revision as of 01:58, 30 July 2010 by Amallen (talk | contribs) (created the page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

In this project students implement a translator that takes the Intermediate Representation (IR) output from the translation in Project 5 and converts it into MIPS assembly language with an infinite pool of temporaries.

Notes

No changes are required for our modified MiniJava language or to target a Xinu backend provided that the compiler follows standard MIPS calling conventions.