Skip to content

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

License

Notifications You must be signed in to change notification settings

corbamico/masm64_simple_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published