Step 1: Install a Code Editor#
Objective: Install a powerful text editor to assist us in writing code in C and assembly.
Visual Studio Code is a powerful open-source code editor. It contains extensions that will aid us in writing C and ASM code. We can also create macros that will automatically compile and then execute our files as we save them.
Note
VSC is not required, but it the recommended code editor for this course.
Install Visual Studio Code#
Download the installer from the Visual Studio Code home page.
View the getting started page to help you install it or browse for extensions.
Complete the installer and then open Visual Studio Code.
Install Essential Extensions#
Initially, we’ll install two important C and ASM extensions to help us.
Select the
Extensionsicon on the left side of the Visual Studio Code window (5th icon from the top).Search for and install extension C/C++.
Search for and and install extension x86 and x86_64 Assembly.
Source & license
Reproduced verbatim, without modification from © 2022, BilimEdtech Labs, licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Source page: https://labs.bilimedtech.com/nasm/windows-install/1.html
See LICENSE for the full license text.