The MASM Forum Archive 2004 to 2012

Project Support Forums => 64 Bit Assembler => Topic started by: johnsa on July 29, 2011, 04:46:15 PM

Title: Porting masm32 macros/lib to 64bit jwasm
Post by: johnsa on July 29, 2011, 04:46:15 PM
Has anyone looked at doing this?
I'm trying to move my work to 64bit.. but it's quite a frustratring environment, with windows.inc, and all the masm32 project's cool libs/functions not being compatible.
Jwasm has gone a long way to make the whole invoke/frame/proc thing work nicely... it might be worth porting the whole masm32 package to 64bit?
Title: Re: Porting masm32 macros/lib to 64bit jwasm
Post by: qWord on July 29, 2011, 05:17:37 PM
hi,
You can use Japhet's WinInc. The library's can be obtained through the windows SDK andthe Visual Studio.
I've also implement some macros (and a library), which are similarly to the one coming with the masm32-SDK. However, this is not finished. Also there still some bugs in jwasm x64 implementation, that break my work flow. See attachment.