|
Microsoft Assembler Format
I have a .ASM file which has code written in Microsoft Assembler Format. For example something like as below:
DB 023H,0D2H
DB 033H,0C0H
...............
My understanding is that they are Machine Level instruction code for x386. I want to know the Assembly Mnemonics for those or rather x386 Machine Instruction to Assembly Mnemonics Table. Correct me if I am wrong?
Please help me.
|