|
Programming Project: Part 3 [60 pts.]Due: May 1, 2011
Submit (using submit) the directory containing your translator to the user csx570 (on odin). IMPORTANTThe directory MUST contain all sources and an executable version of your translator called ucc. Your translator must accept exactly one command line argument -- the name of a file with the source program. The source file should have the suffix .c, and the resulting UGAVAC assembly file must have the suffix .asm. For example, a call to your translator, such as ucc sample1.c should produce a file called sample1.asm containing the UGAVAC Assembly equivalent of sample1.c, provided sample1.c contains a correct Micro-C program. You must also provide a file called README, specifying how to use your translator. Late programs WILL NOT be accepted. |