Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

**MUST BE WRITTEN IN MIPS** Write an assembly program to read integers from the

ID: 3791941 • Letter: #

Question

**MUST BE WRITTEN IN MIPS**

Write an assembly program to read integers from the user until they enter a 0. Determine the smallest of these numbers (not including the 0). Store the smallest number in a location labelled “Smallest” and display this value. Prompt the user for each entered integer.

Write an assembly program to read any number of 32-bit signed integers from the user. The user will enter a 0 when they are finished. Determine the smallest of these numbers (not including the 0). Store the smallest number in a location labelled “Smallest” and display this value. Prompt the user for each entered integer and label your output.

**OUTPUT SHOULD BE**

Explanation / Answer

Smallest: .space 4

Output: