NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: nobody on December 15, 2008, 11:11:34 AM

Title: Hex Code Equivalent??
Post by: nobody on December 15, 2008, 11:11:34 AM
Can anyone tell me where can I find hex equivalent for each of Nasm's instructions ? Can't seem to find it anywhere.... pls need it  fast
Title: Re: Hex Code Equivalent??
Post by: Frank Kotler on December 15, 2008, 02:21:24 PM
I suppose you mean Intel's instructions - Nasm didn't invent this stuff y'know! :)

A few good links in a thread down-forum:

https://sourceforge.net/forum/forum.php?thread_id=2639471&forum_id=167168 (https://sourceforge.net/forum/forum.php?thread_id=2639471&forum_id=167168)

Another option would be to assemble the instructions you're interested in, and look to see what Nasm produces (a list file, or dump it, or disassemble it...).

Best,
Frank
Title: Re: Hex Code Equivalent??
Post by: nobody on December 15, 2008, 04:10:07 PM
This should help thank you...