Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Example Assembly MASM64

prepare

Download MASM32 64bit here and unzip it to root \masm32 directory on any of partition.
Find ml64/link from "Visual Studio 20xx", Copy ml64.exe/link.exe etc. to \masm32\bin64 (filelist "Microsoft_File_List.txt" is under that directory).
You can download BuildTools for Visual Studio 2017

Compile

method 1: batch file

>makeit.bat

method 2: nmake

>cd simple_dialog
>nmake
>cd simple_exit
>nmake

method 3: cmake

>mkdir build & cd build & cmake -G"NMake Makefiles" ..
>nmake
>mkdir build & cd build & cmake -G"Visual Studio 15 2017 Win64" ..
>msbuild masm_simple.sln

About

very simple masm64 example to demonstrate how to compile MASM 64 bit using NMake/CMake

Topics

Resources

Stars

14 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages