Skip to content

🏭 The aim of this project is to get familiar with assembly language.

Notifications You must be signed in to change notification settings

peguimasid/42-Libasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Libasm 👋

🏭 The aim of this project is to get familiar with assembly language.

  • Status: Finished
  • Result: 110%

Install

git clone https://github.com/peguimasid/42-Libasm.git libasm

Usage

For x86_64 Architecture

  1. Ensure you are in a x86_64 environment (uname -m should return x86_64).
  2. Navigate to the project directory:
cd libasm
  1. Build and run tests:
make test

For Other Architectures

If you are on a different architecture, you can simulate a Debian environment in x86_64 using Docker:

  1. Ensure Docker is installed and running on your system.
  2. Navigate to the project directory:
cd libasm
  1. Start a bash inside a Debian container:
make linux
  1. Run tests inside the container:
make test

Authors

👦🏼 Guilhermo Masid

Show your support

If you found this project helpful, please give it a ⭐️!

About

🏭 The aim of this project is to get familiar with assembly language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published