Skip to content

A intel x86_64 assembly implementation for mac of some libc function

Notifications You must be signed in to change notification settings

spuyet/LibftASM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibftASM

The project

A intel x86_64 assembly implementation for mac of some libc functions:

  • bzero
  • cat
  • isalnum
  • isalpha
  • isascii
  • isdigit
  • isprint
  • memcpy
  • memset
  • puts
  • strcat
  • strdup
  • strlen
  • tolower
  • toupper

The makefile compile and link the libfts.a static library.

Build dependencies

  • nasm
  • gcc
  • ar

Unit tests

Unit tests are provided and compiled with the lib, for run them, just execute ft_libfts binary after compilation.

About

LibftASM is a school project for 42.

About

A intel x86_64 assembly implementation for mac of some libc function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages