So on my assignment, I have to process a string typed from console and remove CONTROL characters like (!@#$%^&*...), I know it can be done with sb/lb, but our professor wants us to read each character using lw/sw. I don't want the answer but how in heavens do you do such a thing??? I figured out a way but the memory is the problem what memory alignment should I have to my arrays, where I save the characters.
I think the solution has to do with sll and srl BUT the saving the characters is the problem.