OpCode hex codes

  • Follow


Hi everyone
(Thanks for your answers to the "test" question below btw)

Does anyone know of a resource that will allow me to take opcodes in
asm listings and get the hex codes
(such as "pop edp ---> 5d"). I've spent ages looking for a listing but
with very little success so far. Specifially,
I'm interested in the floating point division codes

TIA

Paul

0
Reply spamtrap2 (1628) 8/25/2006 12:17:00 AM

spamtrap@crayne.org wrote:
> Hi everyone
> (Thanks for your answers to the "test" question below btw)
> 
> Does anyone know of a resource that will allow me to take opcodes in
> asm listings and get the hex codes
> (such as "pop edp ---> 5d"). I've spent ages looking for a listing but
> with very little success so far. Specifially,
> I'm interested in the floating point division codes

http://sandpile.org ?

-- 
Gru�,
Sebastian

0
Reply Sebastian 8/25/2006 12:36:41 AM


<spamtrap@crayne.org> schrieb im Newsbeitrag
news:1156465020.441827.180730@p79g2000cwp.googlegroups.com...
> Does anyone know of a resource that will allow me to take opcodes in
> asm listings and get the hex codes
> (such as "pop edp ---> 5d"). I've spent ages looking for a listing but
> with very little success so far. Specifially,
> I'm interested in the floating point division codes


Intel Architecture Software Developer's Manual, Volume 2:
Instruction Set Reference Manual

Available at http://www.intel.com/design/pentiumii/manuals/243191.htm

Regards
//Herbert Glarner

0
Reply Herbert 8/25/2006 5:08:32 AM

2 Replies
1071 Views

(page loaded in 0.052 seconds)

Similiar Articles:













7/20/2012 2:38:46 PM


Reply: