This project is a part of the second year of Epitech.
I had 2 weeks to complete it. 🗓️
The goal of this project was to discover the assembly language and recreate some libC function in assembly.
The different functions that I was able to recreate are:
- memcpy
- memset
- strcasecmp
- strchr
- strcmp
- strlen
- strncmp
- strrchr
From the repo:
- Clone this repostitory locally
- Make a
main.cto test the functions - Run
makein your bash / command line - Run
./libasm.so
Here are the different tools and languages I used to make this project: 🛠️
- Assembly
- VSCode
- GitHub
- Markdown