Archive for the ‘Assembly’ Category

Calculate Min Max and Average Using Assembly

Posted on March 12th, 2009 by COMP-E

This assembly program reads in 8, 8-bit numbers and is able to calculate the min, max, and average of those numbers.  The code has been optimized for speed, but if compact code is what you want, by all means use a looping structure.  I should mention that this program is an introduction to assembly and [...]