Simple Code Generator-5
Simple Code Generator-5
Acknowledgement
• Alfred V Aho, Monica S. Lam, Ravi Sethi, Jeffrey D Ullman-
“Compilers- Principles, Techniques and Tools”
b := x + y b := x + y
… …
b := x + y b := x + y
… …
…
goto L1
L1:
…
…