Today I downloaded WinAsm to write some x64 asm codes, and I saw that there aren't anything for x64 architetture: highlight, and etc.., so I made a lame addin:
http://pnluck.netsons.org/soft/x64Compile.rarIt's too lame to be serius, however you can compile a source for x64 in 5 steps:
1) load the plugin
2)Change the Project release fields in this way:
assemble: /nologo /SUBSYSTEM:WINDOWS /RELEASE - this can be void
link: kernel32.lib user32.lib
3)Find the "x64 Compile" into menus (often it is into Make Menu)
4)Find ml64.exe e kernel32.lib into the Microsoft DDK/SDK - only the first time
5)Click on Compile and to be lucky
First of all you should make a new win Project where I wrote this:
I repeat, it's too lame to be serius.
I hope with this one, to get, for the next version of WinAsm Studio: the support for x64 architetture: hightlight, his voices in files&paths, and in the make menu.
Made this things, shouldn't be soo difficulties
For info:
http://ntcore.com/Files/vista_x64.htm#x64_AssemblyThat's all!