Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 271 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 271 Bytes

libasm

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

Build libasm

make

Run tests on Apple Silicon

Docker is used to run tests on Apple Silicon.

make docker-test

Run tests on x86_64 architecture

make test