answersLogoWhite

0


Best Answer

Implicit addressing modes are of the assumption that the data is in predefined registers. also Known as Zero address instructions:

Eg: XLAT ; assumes the operands in AX and BX

AAM ;operates on the contents of AX only

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
User Avatar

Radhika Sarikonda

Lvl 1
2y ago
thank you

Add your answer:

Earn +20 pts
Q: What is implicit addressing mode?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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 are the different types of addressing modes?

literal and absolute direct are the registers


How many addressing mode of 8086 assembly language program?

there are five addressing modes in 8086 they are : 1->direct addressing 2->Indirect addressing 3->index addressing 4->immediate addressing 5->register addressing


Describe the three different process addressing mechanisms?

1.Explicit Addressing 2.Implicit Addressing 3.Link Based Addressing


How does 8085 access data from memory location?

Data can be accessed from memory by using the addressing modes, 8085 has 5 addressing modes namely,1. Immediate addressing mode 2. register addressing mode 3. direct addressing mode 4. indirect addressing mode 5. implied addressing mode


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 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 a addressing modes?

addressing mode is used to form an instruction format.


What are the adressing modes of 8085 microprocessor?

Different Addressing modes are: 1. Direct Addressing Mode 2. Indirect Addressing Mode 3. Immediate Addressing Mode 4. Register Addressing Mode 5. Implicit Addressing Mode Immediate addressing Data is present in the instruction. Load the immediate data to the destination provided. Example: MVI R,data Register addressing Data is provided through the registers. Example: MOV Rd, Rs Direct addressing Used to accept data from outside devices to store in the accumulator or send the data stored in the accumulator to the outside device. Accept the data from the port 00H and store them into the accumulator or Send the data from the accumulator to the port 01H. Example: IN 00H or OUT 01H Indirect Addressing This means that the Effective Address is calculated by the processor. And the contents of the address (and the one following) is used to form a second address. The second address is where the data is stored. Note that this requires several memory accesses; two accesses to retrieve the 16-bit address and a further access (or accesses) to retrieve the data which is to be loaded into the register.


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