33 Write a MIPS program which will prompt the user for a string of up to 128 bytes, calculate the frequency of each

Write a MIPS program which will prompt the user for a string of up to 128 bytes, calculate the frequency of each character in the string and then report those frequencies (only the non-zero frequencies).