Consider the following very simple word-level code:
Enter/edit your source code here: int:8 a, b, c; a = (c * c) ^ 70; a = ((a >> 1) & 1); a = b + (c * b) + a; a = a + ~(b * (c + 1));
The C program that generated this page was written by Hank Dietz using the CGIC library to implement the CGI interface.
Advanced Computer Architecture.