answersLogoWhite

0

What is load effective address?

Updated: 11/8/2022
User Avatar

Daya5

Lvl 1
16y ago

Best Answer

Load effective address, in assembler terms, and in the case of for example "lea eax, [esp-8]" means "please compute and put the address of [esp-8] into the register eax".

In other terms, "mov" works only on values, except you tell it to get the address of your source arg (you could do mov eax, offset [ebp-8]), while "lea" works on addresses only.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is load effective address?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Was the Gettysburg address effective?

yes it was effective


What does physical address mean?

The physical address is the final address that is presented to the bus, at the pins of the microprocessor chip, to form the address of the desired item in memory.In the 8085, physical and effective addresses are one and the same.In the 8086/8088, the physical address is the effective address plus 16 times one of the segment registers.In higher level processors, such as the 80386 and beyond, the physical address is formed by lookup of the effective address in a page table to convert from virtual/effective address to physical, or linear, address.The effective/virtual address is the address generated by the instruction and the programmer, without regard to any underlying addressing scheme. This is the address used when considering the "programming model", in "user mode".


Difference between effective address and physical address?

The effective address is the address generated by the program, after all transformations, such as index registers, offsets, addressing mode, etc. have been made. The physical address is the address generated by the hardware, after performing whatever lookups through the page table, etc. have been made. The effective address, or virtual address, is the concern of the program. The physical address, or real address, is the concern of the operating system.


What is meant by effective address in microprocessor?

Effective address is the final address generated by offsetting and indexing which is sent to the virtual translation logic. It is the address of the operand in the virtual address space of the process, but not necessarily the address of the operand in the physical address space of the computer. In the 8085, efffective/virtual address is the same as physical address, because there is no virtual addressing logic in the 8085. In the 8086/8088, effective/virtual address is the same as physical address, but only in real mode. For example, in the 8086/8088, if the EBX register contains 1000000H, then the instruction MOV EAX,[EBX+1234H] has an effective address of 10001234H.


What is the effective range of the M870 shotgun?

7-100 m depending on load


What is the maximum effective range of the shotgun?

Depends on what gauge, what load and barrel length


Define effective length of a column.?

The equations for critical buckling load include the variable KL which is the effective length. K is the effective length factor. Values for K vary depending on the load and type of supports of a member.NOTE:The larger the effective length, the less strength there is in a column. So, if there is a choice of effective lengths, the larger value will give the more conservative strength value.


Where does the narrator stand to address audience?

how does dr. king address his audience ?is this an effective technique.


What is an effective address?

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


What is loading address?

Load effective address, in assembler terms, and in the case of for example "lea eax, [esp-8]" means "please compute and put the address of [esp-8] into the register eax". In other terms, "mov" works only on values, except you tell it to get the address of your source arg (you could do mov eax, offset [ebp-8]), while "lea" works on addresses only.


What is effective address or offset?

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


What is physical address in 8086 microprocessor?

Physical address in the 8086/8088 is {Selected Segment Register} * 16 + {Effective Offset Address}. It is a 20-bit address .