MOV EDX, [EBX + 8*EAX + 4]
I've been unable to find the name in the documentation for the addressing mode that allows for the base pointer, counter, multiple and displacement. I'd like to find out exactly how this works and what are the limitations (e.g. what multipliers, offsets are allowed, 32 and 64 bits?).
What is the name of this addressing mode?