Search code examples
assemblyaddressing-mode

IA32 indexed addressing mode without base address


What does this syntax mean? I'm specifically unsure about the missing base address

mov    0x804a1d4(,%edx,4),%eax

Solution

  • assign the contents of 0x804a1d4 + %edx*4 to %eax