Lab 1: Overview

Table of Contents

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.