libasm

The aim of this project is to get familiar with assembly language.

Overview

I have created a library called libasm.a where I have rewritten the following functions in asm:

  • ft_strlen (man 3 strlen)
  • ft_strcpy (man 3 strcpy)
  • ft_strcmp (man 3 strcmp)
  • ft_write (man 2 write)
  • ft_read (man 2 read)
  • ft_strdup (man 3 strdup)