x86 assembler question
- by b-gen-jack-o-neill
Hi, I have 2 simple, but maybe tricky questions. Let´s say I have assembler instruction:
MOV EAX,[ebx+6*7] - what I am curious is, does this instruction really actually translates into opcode as it stands,so computation of code in brackets is encoded into opcode, or is this just pseudo intruction for compiler, not CPU, so that compiler before…