Skip to content

Tutorial for writing x86 / x64 assembly code in Visual Studio

Notifications You must be signed in to change notification settings

lallousx86/AsmInVs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is the sample code for using x86 and x64 assembly in Visual Studio (with the cl compiler and the ml[64] assembler).

Building

With Visual Studio

You may use the AsmInVs.sln to build the project

With CMake

Run the bld.bat script to initialize and build the Debug configuration with CMake and VS 2017. To build the Release configuration just run bld.bat Release

Additionally, CMake will create VS solution files in x86asm/build/x86asm.sln and x64asm/build/x64asm.sln

About

Tutorial for writing x86 / x64 assembly code in Visual Studio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published