- 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
推薦閱讀
- Django+Vue.js商城項(xiàng)目實(shí)戰(zhàn)
- 計(jì)算思維與算法入門
- Reactive Programming with Swift
- Flink SQL與DataStream入門、進(jìn)階與實(shí)戰(zhàn)
- Dependency Injection in .NET Core 2.0
- 區(qū)塊鏈:以太坊DApp開發(fā)實(shí)戰(zhàn)
- Mastering Julia
- Mastering Yii
- Redis Essentials
- 單片機(jī)應(yīng)用與調(diào)試項(xiàng)目教程(C語言版)
- SQL經(jīng)典實(shí)例(第2版)
- 從Java到Web程序設(shè)計(jì)教程
- PHP從入門到精通(第4版)(軟件開發(fā)視頻大講堂)
- 深入淺出React和Redux
- 零基礎(chǔ)學(xué)Scratch 3.0編程