Question: 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

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. *Also if the user inputs more then 300 bytes is their a way to detect it and print a error and end the programme*

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. Should look like this: bool letter(char l)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!