Computer Organization

Pentium Instruction Introduction - assignment 1

Points: 10 points

Due Date: : Monday, October 5

Assignment: Write a program using the Pentium instruction set and the MASM compiler that finds the smallest integer in an array of 5 integers. You may assume that the 5 integers are smaller than 256 (i.e. less than 1 byte) and that they are stored in memory. You may assign the values to the array yourself in data statements. Store the smallest element in another memory location.


Return to the Computer Organization Home Page