NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: nobody on December 21, 2008, 03:12:28 PM

Title: Opcode Table.
Post by: nobody on December 21, 2008, 03:12:28 PM
Hi

I'm writing a length dissasembler.

I read somewhere that NASM's source code would have datastructures that I could copy into a program to produce an opcode table of lengths(or types anyway). Could you halp speed things up for me and tell me where, like what file.

Cheers.