CS 4980: Compiler Construction (CC)
Winter 2021-22
Materials
Syllabus
Notes
sample code
assignments
and
exercises
Resources
MARS
: MIPS Assembler and Runtime Simulator
Can run a program by
java -jar Mars4_5.jar xyz.asm
Use
java -jar Mars4_5.jar
to start an IDE.
MIPS Example Programs
Quick MIPS Tutorial
- repaired code from this tutorial is at
samples/mips_arith.asm
Full Guide to MIPS Assembly
- the Appendices are particularly useful