Programming Assigment 10
Course Project: Phase 6 -- 3AC to ASM
Background:
- Due Date:
Overview:
As the sixth (and final) step in the compiler project, you are to perform translation from 3 Address Code into your target Assembler
Program Structure:
This program will be a stand-alone program. Note that it could be called directly by the parser. It could call the 3AC code Gen on the AST and then pipe the output of 3AC into this program.
ASM Generation Overview:
Section 8.6 gives some overview you might find helpful.