The MASM Forum Archive 2004 to 2012

Specialised Projects => Assembler/Compiler Technology => Topic started by: hutch-- on December 20, 2004, 12:59:24 PM

Title: Intel opcode map
Post by: hutch-- on December 20, 2004, 12:59:24 PM
This is the last extraction I did a couple of months ago to get opcodes and mnemonics from the Intel manuals.

[attachment deleted by admin]
Title: Re: Intel opcode map
Post by: Geryon on December 20, 2004, 03:27:43 PM
lots of thanks.
Title: Re: Intel opcode map
Post by: dev_zero on December 20, 2004, 04:14:04 PM
I have downloaded the IA-32 opcode map 1.5 made by Yury Lukach..

[attachment deleted by admin]
Title: Re: Intel opcode map
Post by: roticv on December 22, 2004, 12:22:01 PM
I think you must be very patient to create that...  ;)

Somehow I still prefer the verison found on Intel Manual  :toothy
Title: Re: Intel opcode map
Post by: hutch-- on December 22, 2004, 01:53:00 PM
 :bg

The opcode map is for programmers who want the information for parsing mnemonics to opcodes. Yury's reference tool is for another purpose and its very good.
Title: Re: Intel opcode map
Post by: Randall Hyde on January 14, 2005, 11:28:58 PM
Quote from: hutch-- on December 22, 2004, 01:53:00 PM
:bg

The opcode map is for programmers who want the information for parsing mnemonics to opcodes. Yury's reference tool is for another purpose and its very good.

Your's is good for writing an assembler, Yuri's is great for writing a disassembler :-)
Cheers,
Randy Hyde
Title: Re: Intel opcode map
Post by: gentlelover on January 15, 2005, 03:48:07 AM
Right.