- Mastering Assembly Programming
- Alexey Lyashko
- 115字
- 2021-08-20 10:23:30
Installing Microsoft Visual Studio 2017 Community
You may safely skip this step if you already have Microsoft Visual Studio 2017 Community or any other version of Microsoft Visual Studio installed.
This is one of the easiest actions described in this book. Go to https://www.visualstudio.com/downloads/ and download and run the installer for Visual Studio 2017 Community.
The installer has many options that you may want to select depending on your development needs; however, there is one that we need for Assembly development, and it is called Desktop development with C++.
If you insist on using the command line to build your Assembly programs, you can find MASM executables at the following locations:
VS_2017_install_dir\VC\bin\amd64_x86\ml.exe
VS_2017_install_dir\VC\bin\amd64\ml64.exe
VS_2017_install_dir\VC\bin\ml.exe
VS_2017_install_dir\VC\bin\x86_amd64\ml64.exe
VS_2017_install_dir\VC\bin\amd64_x86\ml.exe
VS_2017_install_dir\VC\bin\amd64\ml64.exe
VS_2017_install_dir\VC\bin\ml.exe
VS_2017_install_dir\VC\bin\x86_amd64\ml64.exe
推薦閱讀
- Redis Applied Design Patterns
- GeoServer Cookbook
- R語言數據可視化之美:專業圖表繪制指南
- FreeSWITCH 1.6 Cookbook
- C語言程序設計
- Designing Hyper-V Solutions
- Web Application Development with R Using Shiny(Second Edition)
- Scratch 3游戲與人工智能編程完全自學教程
- Java持續交付
- 精通網絡視頻核心開發技術
- 軟件測試技術指南
- Beginning C++ Game Programming
- Hands-On Robotics Programming with C++
- Spring Data JPA從入門到精通
- 編程的原則:改善代碼質量的101個方法