# ===================================================================
# Author: Jean-Michel RICHER
# Email: jean-michel.richer@univ-angers.fr
# Web: https://leria-info.univ-angers.fr/~jeanmichel.richer/
# Institution: Univ Angers,LERIA, SFR MATHSTIC,F-49000 Angers,France
# Department: Computer Science
# Date: April, 2023
# ===================================================================

This project is a skeleton for C++ projects that uses x86 assembly
routines in 32 bits mode. The project is build using a Makefile, 
g++ the GNU C++ compiler and nasm, the Netwide assembler 
(see https://nasm.us/).

To compile, go to the terminal and type (without the initial >):

> make 

To run the project, type:

> make test

To clean the project, type:

> make clean

To make an archive of your project as a tar gzip file, type:

> make archive
