Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.
/ TFG Public archive
generated from ldcas-uc3m/lab-template

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

License

Notifications You must be signed in to change notification settings

ldcas-uc3m/TFG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Languages