Find the minimum value in an array

You are given an array of words starting at ARR, that contains N words in it.

Your task is to write code to find the lowest signed value in the array. Write the value to the word MIN in memory, and then call the break instruction.