answersLogoWhite

0

there are five addressing modes in 8086

they are :

1->direct addressing

2->Indirect addressing

3->index addressing

4->immediate addressing

5->register addressing

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Write a program in 8086 assembly language to draw a circle?

You need an 8086 assembly language pencil.


Assembly language program for string concatenation using 8086 microprocessor?

write program to concatenating two sting in 8086 assembly language


8086 assembly program to sort a list of integers?

assembly language program for sorting an array using 8086 microprocessor.


Could you write a assembly language program in tasm To check whether a given number present in a sequence of given memory location containing the string to be checked in 8086?

8086 assembly language program to check wether given number is perfect or not


Language of the 8086 machine?

Assembly


What is the assembly language program for GCD of two 16 bit unsigned integers using Intel 8086?

alp for lcm of a no


Can 8085 CPU replace 8086 CPU?

No. The 8086 has instructions not present in the 8085. The 8086 was marketed as "source compatible" with the 8085, meaning that there was a translator program which could convert assembly language code for the 8085 into assembly language code for the 8086. However, this does not mean that the compiled 8086 assembly code would then run on an 8085; among other things, the 8086 was a true 16-bit processor, as opposed to the 8085 which was an 8-bit processor that supported a few 16-bit operations.


How do you multiply two numbers in assembly language 8086?

Yes.


Write a program using 8086 instructions to double a number?

There isn't a reason to write a complete program to do this; in any assembly language just shift the value 1 bit to the left to double it.


Can you teach me assembly language programming with 8086 in detail?

No, you need a real teacher, and a textbook.


What is Alp for multiplication of two digit BCD numbers in 8086?

Assembly language programe for multiplication


How perform program of 8086?

To perform a program on the 8086 microprocessor, you typically write assembly language code that consists of instructions executed by the CPU. First, you need to set up the data segment for variables and the code segment for the instructions. After writing the code, you assemble it using an assembler to generate machine code, which can be loaded into memory. Finally, you execute the program by starting the processor at the specified memory address, and the 8086 will process the instructions sequentially.