News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Intel opcode map

Started by hutch--, December 20, 2004, 12:59:24 PM

Previous topic - Next topic

hutch--

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]
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Geryon


dev_zero

I have downloaded the IA-32 opcode map 1.5 made by Yury Lukach..

[attachment deleted by admin]

roticv

I think you must be very patient to create that...  ;)

Somehow I still prefer the verison found on Intel Manual  :toothy

hutch--

 :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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Randall Hyde

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

gentlelover