NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: nobody on October 28, 2007, 06:42:42 PM

Title: Windows x86-64
Post by: nobody on October 28, 2007, 06:42:42 PM
Does NASM now support x86-64 Windows?  This includes the mandatory function markup required by Win64 (.xdata and .pdata).
Title: Re: Windows x86-64
Post by: nobody on October 29, 2007, 04:27:02 AM
Windows64 -> MASM64

don't mix what doesn't fit
Title: Re: Windows x86-64
Post by: Keith Kanios on November 05, 2007, 07:09:34 PM
Whomever posted that last message didn't quite resolve the misconception.

Yes, NASM does support x86-64 Windows via the Win64 object file format. The format *is not* MASM specific... otherwise your standard compilers would be in serious trouble.

Take a look at the NASMX project (http://www.asmcommunity.net/projects/nasmx/) to see Win64 development examples.