Back to Projects

Nasm Compiler for Linux

Vs Code Extension that automates the compilation and execution of assembly codes written in NASM.

VS Code ExtensionNASMAssembly
Nasm Compiler for Linux

Overview

Nasm Compiler for Linux is a Visual Studio Code extension that simplifies the process of writing, compiling, and running NASM assembly code on Linux. It automates the build and execution steps.

Features

  • Automated Compilation: Compiles NASM code with a single command.
  • Execution: Runs the compiled binary directly from VS Code.
  • Linux Support: Specifically designed for Linux environments.

Technologies Used

  • VS Code Extension: Built as an extension for Visual Studio Code.
  • NASM: The Netwide Assembler for x86 architecture.
  • Assembly: Low-level assembly language programming.

Screenshots

Nasm Compiler for Linux screenshot 1Nasm Compiler for Linux screenshot 2