This is a very dumb C-subset compiler generating MIPS code using a stack-based register allocation scheme. No real attempt at optimization has been made; even constant folding is not done.
Enter/edit your mucky C-subset program here: int main() { print_string("Hello, world!\n"); }
The C program that generated this page was written by Hank Dietz using the CGIC library to implement the CGI interface.
Computer Organization and Design.