Author Topic: Windows x86-64  (Read 8859 times)

nobody

  • Guest
Windows x86-64
« 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).

nobody

  • Guest
Re: Windows x86-64
« Reply #1 on: October 29, 2007, 04:27:02 AM »
Windows64 -> MASM64

don't mix what doesn't fit

Offline Keith Kanios

  • Full Member
  • **
  • Posts: 383
  • Country: us
    • Personal Homepage
Re: Windows x86-64
« Reply #2 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.