Skip to content

lrzpellegrini/assembly-tutorial

Repository files navigation

Assembly Tutorial

A simple tutorial for the x86 assembly language.

Held in the context of the Elements of Computer Architectures and Operating Systems course, at Tecnologie dei Sistemi Informatici degree, University of Bologna, Cesena

Setup

To run this code you'll need Visual Studio Code and the MSVC compiler. GCC won't do!

  1. Follow the instructions here to install MSVC: https://code.visualstudio.com/docs/cpp/config-msvc
  2. Open the "Developer Command Prompt"
  3. In the command prompt, execute "cd <folder>" where folder is the directory where you downloaded this repository
  4. Run "code assembly-tutorial.code-workspace"

About

Simple tutorial for the x86 assembler language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages