Hi everyone

I have done it before but here is it again with detailed info and a simple source which can also show how you can have
32 byte alignment for 256 bite data in locals.
Download Visual Studio Community 2013 from
hereCopy HJWasm.props, HJWasm.targets, HJWasm.xml and paste them in this folder:
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\BuildCustomizations
Put 32 bit HJWasm.exe in this folder:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin
Put 64 bit HJWasm in this folder:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64
Right click on align.asm in Solution Eplorer and choose properties,
Extend HJwasm, click on General, Edit Include Paths to show where are your includes
If you want the Syntax Highlighting (which I strongly recommend) you can download the Usertype.dat
you can download it from
hereand put it here:
C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE
and now you are all set.