C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\x86_amd64>ml64
Microsoft (R) Macro Assembler (x64) Version 11.00.50727.1
Copyright (C) Microsoft Corporation. All rights reserved.
usage: ML64 [ options ] filelist [ /link linkoptions]
Run "ML64 /help" or "ML64 /?" for more info
My jWasm copy hasn't got any lib,inc,etc within the package, don't know if there's a zip with all included
No library of helper functions (M32LIB in Masm32) is included, instead it is recommended (and supported) to use functions contained in C runtime libraries like libc, crtdll, msvcrt, ....
yah - the WinInc project is probably almost as much work to put together as JwAsm - lol
I agree with Habran. JWasm is a very good tool.
Yes. This is intentionally - to keep the noobies out.there is a "bug" in this sentence ;)
Yes. This is intentionally - to keep the noobs out.:biggrin:
Contrary to the belief of many, a noob/n00b and a newbie/newb are not the same thing.:biggrin: :biggrin: :biggrin:
Newbs are those who are new to some task* and are very beginner at it,
possibly a little overconfident about it, but they are willing to learn
and fix their errors to move out of that stage. n00bs, on the other hand,
know little and have no will to learn any more. They expect people to do the work for them
and then expect to get praised about it, and make up a unique species of their own.
that the WinInc package is almost as much work for Andreas as JwAsm (not for the users)I also thought that you meant that but you haven't expressed yourself clearly
that the WinInc package is almost as much work for Andreas as JwAsm (not for the users)
a slight exaggeration, of course, but you get the drift
WinInc is a great work too. Converting the original .h files is a difficult task.
When the port of the Microsoft Macro Assembler (MASM) to the x64 hardware platform was undertaken we decided not to port the high level language construct support, which include INVOKE, .IF, .ELSE, .WHILE, etc