joatmon
09-17-2011, 09:00 PM
I'm trying to learn a little about assembly, and I don't understand how this value is arrived at:
Register Value
%eax 0x100
%ecx 0x1
%edx 0x3
Address Value
0x100 0xFF
0x104 0xAB
0x108 0x13
0x10C 0x11
The operand is: 9(%eax,%eax) and the value is 0x11. Can somebody please explain how this value is arrived at?
Thanks.
Register Value
%eax 0x100
%ecx 0x1
%edx 0x3
Address Value
0x100 0xFF
0x104 0xAB
0x108 0x13
0x10C 0x11
The operand is: 9(%eax,%eax) and the value is 0x11. Can somebody please explain how this value is arrived at?
Thanks.