Skip to content

LIBASM is a 42-networking project, which aim is to create a library in the lowest-level programming language: assembly (or assembler)

Notifications You must be signed in to change notification settings

NAB-khaoula/Libasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

General info

LIBASM is a 42-networking project, which aim is to create a library in the lowest-level programming language: assembly (or assembler)

Technologies

Project is created with:

  • Assembly language
  • C language

Setup

  • To run this project for macOS:
$ cd ../name_of_forlder
$ brew install nasm
$ make
$ gcc ./srcs/main.c ./srcs/libasm.a  /* don't forget to uncomment the test! */
$ ./a.out

Ressources

About

LIBASM is a 42-networking project, which aim is to create a library in the lowest-level programming language: assembly (or assembler)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages