What does this syntax mean? I'm specifically unsure about the missing base address
mov 0x804a1d4(,%edx,4),%eax
assign the contents of 0x804a1d4 + %edx*4 to %eax
0x804a1d4 + %edx*4
%eax