X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Subject: Re: COFF and MASM From: Tim Van Holder To: djgpp-workers AT delorie DOT com Cc: Rajesh Vivekanandham In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 15 Mar 2002 08:09:13 +0100 Message-Id: <1016176154.27553.1.camel@bender.falconsoft.be> Mime-Version: 1.0 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 2002-03-14 at 15:39, Eli Zaretskii wrote: > > > I HAVE TO BE ABLE TO USE MASM 6.15 as I need support for SSE ans SSE2 > > instructions which are not supported by NASM as of now > > You can always use the opcode, can't you? Depending on what MASM-specific features you need (if any), you could always use the standard GNU assembler (as). I'm pretty sure (though not 100%) that it supports SSE and SSE2, and recent versions (2.11+ I think) support Intel assembly syntax as well.