to find out the largest of ten 8 bit


To find out the largest of ten 8 bit numbers.
Method: The numbers are stored in consecutive memory locations. The counter register
is initialized with 0A and the address pointer points to the first number. The first number
is moved to a register say B. The address pointer is incremented and counter register is
decremented and the next number is fetched to accumulator. If the content of accumulator
is greater than that in B, it is loaded in B. The counter register is decremented and the
process is repeated until the counter register reaches to 0. The final value in B will give

Request for Solution File

Ask an Expert for Answer!!
Electrical Engineering: to find out the largest of ten 8 bit
Reference No:- TGS0390822

Expected delivery within 24 Hours