Questions
ARCHITECTURE & INSTRUCTION SET What are the differences between 8085 and 8086 processor? Explain data transfer, arithmetic and logical group instructions of 8086 microprocessor. Write an assembly language program for 8086 to multiply two 16 bit binary numbers to generate a 32 bit result. Explain with examples the following 8086 instructions a) AAA b) CBW c) IMUL d) INTO Write an assembly language program for 8086 to sort the array of elements in ascending order. Write an assembly language program for 8086 to find the largest element in an array. Explain the 8086 bit manipulation instructions with an example for each. Write an assembly language program for 8086 to convert BCD data to binary data. Explain the operand addressing of 8086 with examples Write a program to add two 8 bit numbers. Write a program to subtract two 8 bit numbers. Write a program to add two 16 bit numbers. Write a program to ...