How Do Assemblers Map x86 Instruction Mnemonics to Binary Machine Instructions?

Posted by mudge on Stack Overflow See other posts from Stack Overflow or by mudge
Published on 2010-05-03T18:22:48Z Indexed on 2010/05/03 19:28 UTC
Read the original article Hit count: 257

Filed under:
|
|

I'm interested in writing an x86 assembler. I'm wondering what is a good way to map x86 assembly mnemonic instructions (using an Intel-like syntax) into the corresponding binary machine code instructions.

© Stack Overflow or respective owner

Related posts about x86

Related posts about assembly