NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Using NASM
»
Windows x86-64
« previous
next »
Print
Pages: [
1
]
Author
Topic: Windows x86-64 (Read 16242 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).
Logged
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
Logged
Keith Kanios
Full Member
Posts: 383
Country:
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.
Logged
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Using NASM
»
Windows x86-64