LibASM

The goal of this project is to make us discover the assembler in Intel x86 syntax. The code will be compiled with NASM.

Contents

  • ft_strlen
  • ft_strcpy
  • ft_strcmp
  • ft_write
  • ft_read
  • ft_strdup

Usage

make

make will create a usable library by compiling your project like this:

gcc -L. -lasm <yourfiles.c>