bit representation of assembler commands

From: Axel Schlicht (axel.schlicht_at_mail.isis.de)
Date: 05/14/04


Date: Fri, 14 May 2004 09:04:20 +0000 (UTC)

Hi folks

In an old book of mine on 8086 assembler there are also those long
tables explaining all assembler commands (op-codes). This book also
contains the bit representation for all op-codes together with an
explanation of their (the bits') meaning. Unfortunately, this book
only deals with 16-bit assembler, so nothing on 32-bit assembler
codes.
Does anyone out here happens to know of a good and reliable source
(preferably on the web) with the bit representation of all op-codes
for the 80386+ chips?

Any help will be gratefully appreciated.
TIA

Axel Schlicht



Relevant Pages

  • Re: bit representation of assembler commands
    ... > tables explaining all assembler commands (op-codes). ... > with the bit representation of all op-codes ...
    (comp.lang.asm.x86)
  • Re: Interesting article by Joel Spolsky: The Perils of JavaSchools
    ... >>>because I know a thing or to about assembler programming. ... the actions of a compiler or assembler. ... >resort to a representation that will be slower to process. ...
    (comp.programming)
  • Re: ASTs in assembler
    ... High-level assemblers (e.g., HLA, MASM, and TASM) can make use of ASTs ... and IR representations out of source before emitting any object code. ... HLA v1.0 outputs an intermediate representation. ... idea of the assembler being able to have a "big picture" of the source. ...
    (alt.lang.asm)
  • Re: How many CPU cycles does an instruction take ?
    ... > find cpu clock by a certain assembly (gnu assembler) opcode? ... doesn't tell you that much anymore... ... When you invoke gcc with the -S option it will output the assembler ...
    (comp.unix.programmer)
  • Re: bit representation of assembler commands
    ... > tables explaining all assembler commands (op-codes). ... > explanation of their meaning. ... > with the bit representation of all op-codes ...
    (comp.lang.asm.x86)