Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 460 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 460 Bytes

TFG: Analysis, Design and Implementation of a Didactic and Generic Assembly Language Simulator

By Luis Daniel Casais Mezquida
Bachelor's Degree in Computer Science and Engineering
Universidad Carlos III de Madrid

Installation and execution

Compile

  • Linux:
    cd build/
    cmake ..
    make
  • Windows (PowerShell)
    cd build/
    cmake -G Ninja ..
    cmake --build .

Run

./src/tfg