0
2.0kviews
Write a program to find out largest number in an array.
1 Answer
0
68views


To find the largest number in an array :-


Aim:

To find the largest number in an array of data using 8085 instruction set.


Algorithm :-

  1. Load the address of the first element of the array in HL pair

  2. Move the count to B – reg.

  3. Increment the pointer

  4. Get …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.