I have this simple assembler command:
mov eax, fs:[30h];
My problem is that I need to know what specific address is really read by this command. I found a lot of documentation about the assembler addressing modes but nothing about the register: notation.
Could somebody please explain me the math behind the address calculation?