MIPS ASSEMBLY :
1) Code in MIPS a function that allows to store the text enteredby the user in a 300-byte buffer. The function must return theactual size of the entered text in number of bytes. The text couldcontain lines, that is to say that the symbol '\ n' could bepresent. The end of reading is defined by both consecutive '\ n' '\n' symbols.
2) Code in MIPS a function that helps identify if the characterpassed in parameter represents a Latin alphabet letter (26 lettersof alphabet English) lowercase or uppercase.