answersLogoWhite

0


Best Answer

This seems like a question from a computer science training course, and is probably best answered by referring to your course materials.

You may or may not get lucky here, depending on whether someone else feels like writing an answer for you to save you from having to do your own homework!

It's your test question, not ours, and there won't always be someone else to ask for the answer.

Earn your diploma. <><><> direct modethe operand resides in the memory and its the address which is given directly by the address field of the instruction. indirect mode the address field specifies the location of the address of an operand or the result. thus the process has to access the memory twice in memory indirect mode: once to fetch this address and again to fetch the operand or the result

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Describe the types of addressing modes in computers 1 direct mode 2 indirect mode 3 register mode 4 relative mode 5 index mode 6 immediate mode?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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-&gt;direct addressing 2-&gt;Indirect addressing 3-&gt;index addressing 4-&gt;immediate addressing 5-&gt;register 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 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 difference between direct addressing and indirect addressing in c plus plus?

Indirect addressing uses a pointer. Indirectly accessing the memory being pointed at is known as dereferencing. Direct addressing uses a variable's name or a reference to obtain the value.


What are the costs and benefits of indirect addressing?

Feces and smells.


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.


Difference between direct addressing mode and indirect addressing modein8085 microprocessor?

When a microprocessor wants to store a byte of information in memory, or retrieve a byte of information from memory, it needs to refer to the address of the byte in the instruction. When direct addressing is used then the microprocessor instruction refers explicitly to the address that is to be used. When indirect addressing is used then the microprocessor instruction refers to a third object that refers to the address that is to be used. So, for example: Direct addressing: (*) Store the data at address 0x3C6E (*) Deliver the letter to house 12 on the street. Indirect addressing: (*) Store the data at whatever address is in register AX. (*) Deliver the letter to whichever house the occupant of house 7 tells you. So, in indirect addressing, the microprocessor instruction refers to some other "third-party" location (a register or another memory location) to find-out what the ultimate address to be used should be. The instruction does not contain all of the information needed to store the byte (or deliver the letter) but it does say where the missing information can be found. In direct addressing, the instruction contains all of the information needed to store the byte (or deliver the letter). This is basically true for all microprocessors but different microprocessors allow different forms of indirect addressing. For example, some use memory indirect addressing (the third party is another memory location), and some use register indirect addressing (the third party is a register).


What is defference between direct and indirect address?

Direct addressing involves specifying the exact memory address where data is stored or fetched. Indirect addressing involves using a memory address that points to where the data is stored or fetched. In direct addressing, the actual data is accessed, while in indirect addressing, a reference to the data's location is accessed.


What is a direct and indirect sources of data in computers?

direct is where you get the information yourself and indirect is you get it from somewhere else.


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 an effective address?

the address that is obtained by applying any specified indexing or indirect addressing rules to specified address