/libftasm

Intel x86_64 assembly implementation of some C standard library functions

Primary LanguageC

libftASM 🛠

Intel x86_64 assembly implementation of some C standard library functions. (For macOS and 64-bit linux systems.) A project for École 42.

Building the library

git clone https://github.com/ekelen/libftasm.git <directory>
cd <directory>
make

Usage

In source files in the root of the cloned repository:

# include "inc/libfts.h"

Test

libftasm$ make re; make test
libftasm$ ./a.out [-v|--verbose] [function names...]

Cleanup

libtasm$ make fclean