Porting masm32 macros/lib to 64bit jwasm

Started by johnsa, July 29, 2011, 04:46:15 PM

Previous topic - Next topic

johnsa

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?

qWord

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.
FPU in a trice: SmplMath
It's that simple!