Question about Marie assembler

Thread Starter

cozmo

Joined Mar 16, 2009
2
I am tryin to solve the same problem. would you pu the numbers in decending order and then take the first number?
 

Thread Starter

cozmo

Joined Mar 16, 2009
2
I am tryin to find the max value of and array using MARIE assembly language.

I think i would have to use a skipcond but first i would have to load the first number in the array then subtract the next number from it and use the skipcond to compare it to 0. Use an if then else loop to go through the array to find the max value.

does that sound right?
 
Top