BilimEdtech Labs

Labs:

  • Cloud Computing Labs
  • NASM Assembly Code
    • Lab 1: Building an ASM File
    • Lab 2: User Input and Arithmetic
    • Lab 3: Control Structure
    • Lab 4: Nested Loops and Sub Routines
    • Lab 5: Subprograms
    • Lab 6: Subprograms: Arguments
    • Reference Guides
    • Set up your NASM Environment on Windows
      • Lab 1: Overview
      • Step 1: Install a Code Editor
      • Step 2: Install a Compiler and Assembler
      • Step 3: Create a Hello World Application
      • Step 4: Modify the hello world application
  • C Programming
  • Operating Systems

Workshops:

  • Workshops
BilimEdtech Labs
  • »
  • NASM Assembly Code »
  • Set up your NASM Environment on Windows
  • View page source

Set up your NASM Environment on Windows

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

Table of Contents

  • Lab 1: Overview
    • Goals for Lab 1
  • Step 1: Install a Code Editor
    • Install Visual Studio Code
    • Install Essential Extensions
  • Step 2: Install a Compiler and Assembler
    • 2.1: Install a GCC compiler
    • 2.2: Download Netwide Assembler (NASM)
    • Part 3: Set the path to the assembler
      • Verify the programs execute in CMD
      • Errors
      • Set path in Windows System
  • Step 3: Create a Hello World Application
    • Assembly-Compile Process
  • Step 4: Modify the hello world application
    • Display your name in ASCII
Previous Next

© Copyright 2022, BilimEdtech | CC BY 4.0 | Licensed under the Creative Commons Attribution 4.0 International license.

Built with Sphinx using a theme provided by Read the Docs.