I am new to learning assembly language and came across the following expressions:
9(%rax, %rdx)
0xFC(,%rcx,4)
(%rax, %rdx, 4)
I would be really grateful if someone could point me to a resource where I can understand these commands or explain them to me.
Thank you.