An open API service indexing awesome lists of open source software.

https://github.com/victorharri-chal/asm-c-lib

💻 A project in assembly whose goal was to make us recode commons functions from the C library (in ASM). Done on my 2nd year at Epitech
https://github.com/victorharri-chal/asm-c-lib

assembly c-shared-library epitech second-year-project

Last synced: 3 months ago
JSON representation

💻 A project in assembly whose goal was to make us recode commons functions from the C library (in ASM). Done on my 2nd year at Epitech

Awesome Lists containing this project

README

          

# ASM-C-lib

The purpose of this project was to make us discover assembly. The goal was to recode some of the commons functions from the C library and compile all of them into a dynamic shared library which can be used by anyone.

# Usage

``` zsh
make
```
- This project can't be directly tested ! But you can use the ASM functions in other projects.