answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: MOV Cx 1234H instruction belongs to which addressing mode?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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

register direct addressing mode


What is addressing mode of instruction?

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.


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


Difference between direct addressing mode and indirect addressing mode in detail?

Direct addressing mode means the operand address is contained in the instruction. In the 8085, an example is LDA 1234H, which loads the accumulator with the contents of memory location 1234H. In the 8086/8088, an example is MOV AL,[1234H], which accomplishes nearly the same thing.Indirect addressing mode means the operand address is contained in a register. In the 8085, an example is LDAX B, which loads the accumulator with the contents of the memory location specified in register BC. In the 8086/8088, an example is MOV AL,[BX], which accomplishes nearly the same thing.


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 is Inherent Addressing Mode?

1 byte instruction, no operand field


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 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 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 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