Skip to content

tcoppin/libASM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[42] LibASM

A small library made in Assembler.

The "main" can test the library.

To use it write :

  • For all tests : make test

  • For Part 1 : make part1

    • ft_bzero
    • ft_strcat
    • ft_isalpha
    • ft_isdigit
    • ft_isalnum
    • ft_isascii
    • ft_isprint
    • ft_tolower
    • ft_toupper
  • For Part 2 : make part2

    • ft_strlen
    • ft_memset
    • ft_memcpy
    • ft_strdup
  • For Part 3 : make part3

    • ft_cat
  • For Bonus : make bonus

    • ft_islower
    • ft_isupper

Copyright / Licence

This project is a project of @42born2Code. I leave the code available to everyone, for practical and professional reasons. Students of 42, you can look my code and copy it but you know it's not in the pedagogy of the school and I consider it as cheating and the staff too.

About

Personnal Library in ASM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published