help..turbo assembler

Thread Starter

cupcake

Joined Sep 20, 2010
73
I have a set of pre-stored 1-byte positive integer elements in an array, and I have to do, count the number in the array and display them, then identify and display all number less than a specific threshold number (we set the threshold as we wish) if there are none, display a message, after that identify the even numbers, and count then and compute their average, display the result. last, identify all prime numbers in the array and display them.

can anyone help me with the assembly code? :(
 
Top