🏭 The aim of this project is to get familiar with assembly language.
- Status: Finished
- Result: 110%
git clone https://github.com/peguimasid/42-Libasm.git libasm
- Ensure you are in a x86_64 environment (
uname -m
should returnx86_64
). - Navigate to the project directory:
cd libasm
- Build and run tests:
make test
If you are on a different architecture, you can simulate a Debian environment in x86_64 using Docker:
- Ensure Docker is installed and running on your system.
- Navigate to the project directory:
cd libasm
- Start a bash inside a Debian container:
make linux
- Run tests inside the container:
make test
👦🏼 Guilhermo Masid
- GitHub: @peguimasid
- LinkedIn: Guilhermo Masid
If you found this project helpful, please give it a ⭐️!