How Do Assemblers Map x86 Instruction Mnemonics to Binary Machine Instructions?
- by mudge
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.