PDA

Click to See Complete Forum and Search --> : Assembly Instructions To Machine Code


Jacob Roman
Sep 19th, 2005, 05:02 PM
I want to be able to see the values for all the x86 (and possibly the SSE/SSE2) instructions' machine code whether in binary or hex. I saw something in here:

http://webster.cs.ucr.edu/AoA/DOS/ch03/CH03-3.html#HEADING3-4

which had these, but that's not all the instructions:


http://webster.cs.ucr.edu/AoA/DOS/ch03/ch03a16.gif

http://webster.cs.ucr.edu/AoA/DOS/ch03/ch03a18.gif

http://webster.cs.ucr.edu/AoA/DOS/ch03/ch03a21.gif

Can anyone help me out with this by providing a link that shows the real binary values of all of the x86 instructions, and give me a better understanding on them? Heard you had to know binary, hex, and decimal numbers for assembly anyways, and I want to put that into good use.

Jacob Roman
Sep 20th, 2005, 11:29 AM
Anyone? I'm gonna need this when making a linker for the LightFusion project.

Issvar
Sep 22nd, 2005, 04:58 AM
http://www.intel.com/design/pentium4/manuals/index_new.htm
Check chapters 2,3,4 of Basic Architecture for what a processor looks like, chapter 2 of the Instruction Set Reference for what an instruction looks like and prefixes and chapter 3 and 4 of that manual for the details on each instruction.

Jacob Roman
Sep 28th, 2005, 07:22 PM
I didn't see anything on it when converted to binary or hex. I'm not after the instruction set itself.