0
6.5kviews
Write a program for 8086 microprocessor to arranging given numbers in ascending order and store the result in memory location from 08000H onwards.
1 Answer
0
372views

Assume series of 15 numbers is stored from 40000H location in data segment; store the result in memory location from 08000H onwards in extra segment.

Program:

enter image description here

Please log in to add an answer.