Skip to content

Custom MASM64 SDK (created in 2015) that I put together for my personal assembly language projects. Includes the MASM64 assembler.

License

Notifications You must be signed in to change notification settings

andrew-canafe/masm64-custom-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

MASM64 Custom SDK

Custom MASM64 SDK (created in 2015) that I put together for my personal assembly language projects. Includes the MASM64 assembler.

How to use:

  1. Extract masm64sdk.zip file to C:\ or root directory
  2. Assemble .asm file(s) with ml64.exe found in masm64\bin via Command Prompt
  3. Link resulting .obj file(s) with link.exe found in masm64\bin via Command Prompt
  4. May also use batch file examples found in masm64\examples for reference

Example:

\MASM64\BIN\ml64 /c myassemblyprogram.asm
\MASM64\BIN\link /subsystem:console /entry:main myassemblyprogram.obj

About

Custom MASM64 SDK (created in 2015) that I put together for my personal assembly language projects. Includes the MASM64 assembler.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published