NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: nobody on September 17, 2009, 12:52:38 PM

Title: Win64 exception handling unwind pseudo ops
Post by: nobody on September 17, 2009, 12:52:38 PM
How do I go about making Win64 asm code with unwind semantics?
ml64 has pseudo ops built in like .setframe, .savexmm128, .allocstack etc.
Am I missing something, or is there a macro file out there that I should be including?
thx