Program Assignment 1
Due: Midnight (11:55 PM), Thursday 25 March 2004

Objective: Write a program MIPS that will find the smallest number in a list of signed integers.

Description: The program has the number of integers (as words) stored at location NUM. The list starts a location LIST. You should save the result at location MIN and also print out the number on the console.

Your assembly language program should be named as min.s. It should have adequate comments in it.

Submit your min.s file using the WebCT

Notes:

Hints: Refer to Appendix A of your text and class notes for help on system call, addressing modes etc.