Arrange Numbers in an Ascending OrderWrite a program to arrange first 10 numbers from memory address 3000H in an ascending order.MVI B, 09 :"Initialize counter" START :"LXI H, 3000H: Initialize memory pointer" MVI C, 09H :"Initialize counter 2" ...
See more
Download the Study24x7 App, so you can connect and collaborate.