Skip to content

mshmnv/libasm

Repository files navigation

libasm

Rewriting 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, you can call to malloc)

About

re-coding some functions in asm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published