Skip to content

vic4key/mix-msvc-asm-x64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MS Mix Cpp & Assembly in 64-bit


Important

  1. Change the solution platform to x64.
  2. Tick masm(.targets, .props) in the dialog Visual C++ Build Customization Files.
  3. Add new file for assembly source code must choose C++ File(.cpp) then change the extension to .asm.
  4. Ensure ml64.exe is chosen as the assembler for .asm file.
  5. Solution is now ready for coding & building.

Blog : http://viclab.biz/

About

Example for mixing Ms Cpp and Assembly in 64-bit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published