In: Electrical Engineering
MIPS ASSEMBLY :
1) Code in MIPS a function that allows to store the text entered by the user in a 300-byte buffer. The function must return the actual size of the entered text in number of bytes. The text could contain lines, that is to say that the symbol '\ n' could be present. The end of reading is defined by both consecutive '\ n' '\ n' symbols.
2) Code in MIPS a function that helps identify if the character passed in parameter represents a Latin alphabet letter (26 letters of alphabet English) lowercase or uppercase.