The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: GregL on February 01, 2005, 05:30:21 AM

Title: MMX/SSE Instruction Set Reference in help format?
Post by: GregL on February 01, 2005, 05:30:21 AM
I have decided to learn about MMX and SSE. I have a Pentium III so SSE2 and SSE3 will have to wait. I have a book, but I'm looking for something a little more handy. Does anyone know of an MMX/SSE Instruction Set Reference in HTML Help (.chm) or Win Help (.hlp) format?
Title: Re: MMX/SSE Instruction Set Reference in help format?
Post by: hutch-- on February 01, 2005, 07:57:18 AM
Greg,

The only systemetic info is the Intel manuals in PDF format but they are a bit dry and technical. Its worth having a look at Mark Larson's optimisation page in the forum website for more info and its wrth having a look at Agner Fog's optimisation manual as well.
Title: Re: MMX/SSE Instruction Set Reference in help format?
Post by: AeroASM on February 21, 2005, 12:54:48 PM
I think I might make a .hlp file myself. I have a Pentium M so I can use SSE2 as well, but not SSE3.
Title: Re: MMX/SSE Instruction Set Reference in help format?
Post by: Pocokman on March 26, 2005, 05:54:51 PM
Hi boys!
I work with Masm32, and I want to use the MMX.
I can use some MMX-command, for example: paddd
I downloaded from the Intel's webpage a good program who tell me how can use the MMX.
I want to use next: movapd XMM1, [eax]
And the Masm32 write this:
Error A2008:    : xmm
:(
How can I use the movapd command (and the other MMX-commands) ?

I'm hungarian, and I'm biginner in English, sorry.
Title: Re: MMX/SSE Instruction Set Reference in help format?
Post by: AeroASM on April 22, 2005, 05:49:38 PM
at the top of the file put :

.686
.model flat,stdcall
option casemap:none
.xmm

You can also put xmm0, xmm1 etc in lowercase