Generally, my professor's assignments are vague with limited constraints. while this allows the opportunity to become resourceful and creative, there are some like i who are blindly lost without a push in the right direction, this is my assignment please any insight is much appreciated.
We are going to work on strings. They represent an area where you
can achieve significant performance improvements in conjunction
with high level languages. You will have practice doing that with this
assignment. My goal is for you to explore how your string design
trade-off’s influenced how you process the strings you created.
Assignment Details
We spoke about several types of strings you can construct with ASM
in class. You are to come up with a design for a string and implement
3 operations with your design (concatenation, length, etc., etc.).
You don’t need to do anything fancy to create the strings - just go
ahead and allocate them in memory. I want you to focus your energy
on how you will manipulate them.