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
To run this code you'll need Visual Studio Code and the MSVC compiler. GCC won't do!
- Follow the instructions here to install MSVC: https://code.visualstudio.com/docs/cpp/config-msvc
- Open the "Developer Command Prompt"
- In the command prompt, execute "cd <folder>" where folder is the directory where you downloaded this repository
- Run "code assembly-tutorial.code-workspace"