CS 524 Compiler Construction
Kris Stewart
Strings Hints - Back End

Phase 2 due Friday 29Feb08

25Feb08 ** update **
NOTE: This is the second part of Hints for Implementing Strings. The Part 1: Front End should be read first. I am trying to point out the changes that are needed in using SPIM's LABEL to provide a Label Name for each string. Notice, your variables are handled with register/offset addressing and strings will be handled differently.

q0 with Tokens, SemStack, AST, SPIM, may be useful as a guide for your own testing.