- 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
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- SPSS數(shù)據(jù)挖掘與案例分析應(yīng)用實(shí)踐
- Getting Started with Gulp(Second Edition)
- Python編程自學(xué)手冊(cè)
- Learning Cython Programming
- Android項(xiàng)目開發(fā)入門教程
- HTML 5與CSS 3權(quán)威指南(第3版·上冊(cè))
- SSM開發(fā)實(shí)戰(zhàn)教程(Spring+Spring MVC+MyBatis)
- Qt5 C++ GUI Programming Cookbook
- Building Serverless Architectures
- OpenCV 3.0 Computer Vision with Java
- Node.js實(shí)戰(zhàn):分布式系統(tǒng)中的后端服務(wù)開發(fā)
- AngularJS UI Development
- Java Web入門很輕松(微課超值版)
- C語言開發(fā)寶典