Win64 function markup

Peter Johnson peter at tortall.net
Sun Feb 11 19:55:39 PST 2007


On Wed, 27 Dec 2006, Myria wrote:
> Does Yasm support the mandatory function markup required by x86-64 Windows?
> This is the ".pdata" section.  I don't see any mention of it in the
> documentation or the mailing list archives.

Support for this has been added in [1762] and will be in the next release. 
The commit log has all of the gory details, see: 
<http://www.tortall.net/projects/yasm/changeset/1762>

Basically I tried to match MASM's directives and macros as closely as 
possible.  Unlike MASM, the macros are built in; you don't need an extra 
include file to get them.

Thanks to Brian for his help in tracking down documentation and being a 
good sounding-board for ideas.

Thanks for your patience,
Peter


More information about the yasm-devel mailing list