Here is the newest version of my Intel instruction reference for INTEL and AMD processors.
it includes all the instructions for: i32/mmx/sse/sse2/3dnow/3dnow-extensions/AMD-mmx extentions.
I plan on changing the format slight, I'll keep older versions from now on just incase you like earlier formats better.
I also plan on adding general optimization tips thought out the reference as well.
The Itanium instruction set is different from the ia32 architecture in so many ways, I will make a different
manual just for this processor alone.
Any questions, fixes, or inprovements let me know.
:alright:
it includes all the instructions for: i32/mmx/sse/sse2/3dnow/3dnow-extensions/AMD-mmx extentions.
I plan on changing the format slight, I'll keep older versions from now on just incase you like earlier formats better.
I also plan on adding general optimization tips thought out the reference as well.
The Itanium instruction set is different from the ia32 architecture in so many ways, I will make a different
manual just for this processor alone.
Any questions, fixes, or inprovements let me know.
:alright:
Very useful indeed, great work :alright:
GorillaCoder,
Compliments, you have done a lot of work here and the results look good. One question, why have you used PDF format, is it for printing ?
What would make the data easier to use is if there was some index system so you could get at the data faster and I do not know if you can do that in PDF format. I wondered if the body of data could be put into Winhelp or HTML help form ?
Regards,
hutch@movsd.com
Compliments, you have done a lot of work here and the results look good. One question, why have you used PDF format, is it for printing ?
What would make the data easier to use is if there was some index system so you could get at the data faster and I do not know if you can do that in PDF format. I wondered if the body of data could be put into Winhelp or HTML help form ?
Regards,
hutch@movsd.com
GorillaCoder,
Compliments, you have done a lot of work here and the results look good. One question, why have you used PDF format, is it for printing ?
What would make the data easier to use is if there was some index system so you could get at the data faster and I do not know if you can do that in PDF format. I wondered if the body of data could be put into Winhelp or HTML help form ?
Regards,
hutch@movsd.com
Thanks for yours and others compliments! I used word98 to create the original document and a free software package that lets you "print" your word document to a pdf format file. I just figured people would like the pdf document better. However, I could upload the original word document AND the pdf file, this would take two separate posts because the file size would be to large for a single post, even with the files zipped. I'll see what I can do about different formats, and adding convenience links. :grin:
I never knoew my Athlon's PREFETCH instruction was the same encoding as Intel's SSE PREFETCH. Weird isnt it :S
Good work :alright:
If I can give you a suggestion to make it even more complete, then.. why not add inside brackets if the instruction is e.g. Privileged and/or Serializing?
Something like:
instead of:
I suggest this because I see enough free space (i.e. the docs wouldn't become longer, numbers_of_lines-wise), and because it would make the info more complete.
If I can give you a suggestion to make it even more complete, then.. why not add inside brackets if the instruction is e.g. Privileged and/or Serializing?
Something like:
RDMSR - Read from Model-Specific Register (Privileged,Serializing)
0F 32 RDMSR Load MSR specified by ECX into EDX:EAX
instead of:
RDMSR - Read from Model-Specific Register
0F 32 RDMSR Load MSR specified by ECX into EDX:EAX
I suggest this because I see enough free space (i.e. the docs wouldn't become longer, numbers_of_lines-wise), and because it would make the info more complete.
Very nice documentation...
I agree with Steve, it would be nice to have a CHM version too (while keeping the PDF... best for printing).
Maverick's suggestion sounds a wise addition to me, too... :)
I agree with Steve, it would be nice to have a CHM version too (while keeping the PDF... best for printing).
Maverick's suggestion sounds a wise addition to me, too... :)
Very appreciated, GorillaCoder!
Can you repost or show a place to download this great file again? thx
don't know about a download link, so here it is
0F B1/r CMPXCHG r/m16,r16 Compare AX with r/m16. If equal, ZF is set and r16 is loaded into
r/m16. Else, clear ZF and load r/m16 into AL
0F B1/r CMPXCHG r/m32,r32 Compare EAX with r/m32. If equal, ZF is set and r32 is loaded into
r/m32. Else, clear ZF and load r/m32 into AL
r/m16. Else, clear ZF and load r/m16 into AL
0F B1/r CMPXCHG r/m32,r32 Compare EAX with r/m32. If equal, ZF is set and r32 is loaded into
r/m32. Else, clear ZF and load r/m32 into AL
al, al, al?
;)
A much MORE usefull reference
it's not only text....;)
it's not only text....;)
i can't see an atatched file. is there something like posts limit to get it?