Skip to content

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

Notifications You must be signed in to change notification settings

FrenkenFlores/Libasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libasm

The goal of the project is to get familiar with assembly language by creating a library with libc functions written in assembly language.

The main.c file have some unit tests. Launch the test command from the Makefile to run the tests:

make test

note: NASM (Netwide Assembler) is been used in this project.

functions:

  • 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)

Resources

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published