Hex code and mnemonic

  • Follow


Hi,
I nedd a table with hex code and x86 instruction as

Hex Code ! Mnemonic
===============
?????????|JMP
?????????|ADD

Someone can help me?
Thk

0
Reply AloneInTheDark 9/21/2005 8:59:54 PM

"AloneInTheDark"  <spamtrap@crayne.org> wrote:
>
>I nedd a table with hex code and x86 instruction as
>
>Hex Code ! Mnemonic
>===============
>?????????|JMP
>?????????|ADD
>
>Someone can help me?

Google can help you.
-- 
- Tim Roberts, timr@probo.com
  Providenza & Boekelheide, Inc.

0
Reply Tim 9/22/2005 7:36:36 AM


"AloneInTheDark" asked for:

| I need a table with hex code and x86 instruction as
| 
| Hex Code ! Mnemonic
| ===============
| ?????????|JMP
| ?????????|ADD

You can download either Intel, AMD or better both CPU-manuals.

http://developer.intel.com/design/Pentium4/manuals/
http://www.amd.com/us-en/Processors/TechnicalResources/ AMD64

There you find complete tables of OpCode encoding.
appendix A  of AMD64/volume 3 is a complete list (except SSE3).

You can also try HEXTUTOR to see how every HEX-figure will be
interpreted by the CPU in the various mode opportunies, ie:

start with:
00 00   add ... 
and play with 16/32/64-bit settings [CRSR-up/dn space]
__
wolfgang 

http://web.utanet.at/schw1285/KESYS/index.htm [codesnips][HEXTUTOR.zip]

0
Reply wolfgang 9/22/2005 9:19:01 AM

una pagina italina

http://xoomer.virgilio.it/andreageddon/Assembl/Testi/Matrice.htm

0
Reply spamtrap 9/22/2005 5:47:08 PM

3 Replies
588 Views

(page loaded in 0.058 seconds)

Similiar Articles:










7/23/2012 7:04:31 AM


Reply: