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:
A code editor: Visual Studio Code
A C/C++ compiler: MinGW
An assembler: Netwide Assembler (NASM)
Additional Resources
Goals for Lab 1#
During this lab, you will learn how to:
Setup your assembly programming environment.
Compile an
.asm(assembly code file) source file.Create an
.exefile.
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.