News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Looking for Intel Opcodes for writing a disassembler

Started by jsbenjam, September 06, 2009, 08:45:41 PM

Previous topic - Next topic

jsbenjam

Hi! I am senior at an University and I'm working on a independent project (not graded or anything). I am trying to write my own disassembler.  I have downloaded the intel manual and some other resources looking for intel opcodes. Does anyone know of a chart or list somewhere with this kind of information?
Example:
note: xx means=1 byte of address or other undefined data

Instruction           Opcode       Operand                 Total Bytes
===========================================
mov esi,al            8A               06                               2
mov eax, esi        8A               0F                               2
call offset         E8              xx xx xx xx                       5

Any help would be greatly appreciated.

Thanks

dedndave