Lab 1: Overview#

The first lab will guide you to set up your computer so you can compile and execute assembly code!

The assembly programming environment consists of three components, which are:

  1. A code editor: Visual Studio Code

  2. A C/C++ compiler: MinGW

  3. An assembler: Netwide Assembler (NASM)

Additional Resources

Goals for Lab 1#

During this lab, you will learn how to:

  1. Setup your assembly programming environment.

  2. Compile an .asm (assembly code file) source file.

  3. Create an .exe file.

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/overview.html

See LICENSE for the full license text.