This is a very dumb C-subset compiler generating Logick 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 Logick C-subset program here: int i, a, b, c; main() { for (i=0; i<10; ++i) { a = b + c; } }
The C program that generated this page was written by Hank Dietz using the CGIC library to implement the CGI interface.
Advanced Computer Architecture.