answersLogoWhite

0

Addersing mode of a microprocesso tells the programmer that in which mode the instruction works . There are 5 addressing mode in 8080 , viz. Direct , register, indirect , immidiate ,implict addressing modes.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is addressing mode of 'inx' instruction in 8085?

register direct addressing mode


What is the addressing mode used in instruction LXIB 0345 H?

Direct addressing mode


What is a addressing modes?

addressing mode is used to form an instruction format.


What are addressing mode in microprocessor?

Addressing modes of 8051 are 1.Immediate Addressing Mode 2.Register Addressing Mode 3.Register Indirect Addressing Mode 4.Direct Addressing Mode 5.Implied Addressing Mode and 6.Relative Addressing Mode


What is the addressing mode of the instruction PCHL in 8085 microprocessor?

It is register addressing mode, as it moves the content of HL to PC which is data and not address.


What must the address be of an indexed addressing mode instruction be to make it same as a register indirect mode instruction?

zero -Aval Preet Singh


What is Inherent Addressing Mode?

1 byte instruction, no operand field


What must the address field of an indexed addressing mode instruction be to make it the same as a register indirect mode instruction?

zero -Aval Preet Singh


What is addressing mode 8086?

Immediate addressing mode is when one of the operands is "immediately" located after the opcode. It is more correct to say that the operand is part of the instruction.


What is addressing mode in 8086?

Immediate addressing mode is when one of the operands is "immediately" located after the opcode. It is more correct to say that the operand is part of the instruction.


What will be the addressing mode of instruction POP D in microprocesser 8085?

Stack/explicit.


MOV Cx 1234H instruction belongs to which addressing mode?

The instruction MOV Cx, 1234H uses the immediate addressing mode. In this mode, the operand (1234H) is specified directly within the instruction itself. The value 1234H is moved directly into the CX register, making it an example of immediate data being loaded into a register.