View Single Post
Old Apr 28th, 2005, 10:21 AM   #1
Satya Prakash Prasad
Newbie
 
Join Date: Apr 2005
Posts: 2
Rep Power: 0 Satya Prakash Prasad is on a distinguished road
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.
Satya Prakash Prasad is offline   Reply With Quote