x64 Assembly and C++ Tutorial 1: Getting into x64 ASM from C++

This first tutorial is a demonstration of calling a function written in pure x64 Assembly from a C project. Please watch tutorial 0 (zero) for information on setting up Visual Studio 2010 for 64 bit compilation. I’ll be using Visual C 2010 Express Edition. You can download Visual C 2010 Express free from Microsoft. It is a very good development environment.
Back to Top