Author Topic: Hex Code Equivalent??  (Read 8187 times)

nobody

  • Guest
Hex Code Equivalent??
« 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

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: Hex Code Equivalent??
« Reply #1 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

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

nobody

  • Guest
Re: Hex Code Equivalent??
« Reply #2 on: December 15, 2008, 04:10:07 PM »
This should help thank you...