Logo 
Search:

Assembly Language Article

Submit Article
Comments on Word Assembly Program

Write a program of Word Assembly.


Abinaya Durai
Abinaya Durai from United StatesOct 08
Write and execute 8086 based an assembly language program to sort the numbers stored in an array in ascending as well as descending order. Assume that the first location in the array hold the number of elements in the array and successive memory location will have actual array elements. Write a separate subroutine to arrange the numbers in ascending and descending order. Accept a key from the keyboard.
a. If 1 entered, Arrange in ascending
b. If 2 entered, Arrange in descending


Please enter your Comment
  • Comment should be atleast 15 Characters.
  • Please put code inside [Code] your code [/Code].