School 42 project "libasm" implementation (no bonus, only mandatory part).
- Passes all the mandatory tests of Tripouille. You can get them here.
- The Makefile assumes that your
nasm
binary file is located at the path contained in theNASM
variable. This won't compile if the path is invalid. Ifnasm
is a known command in your shell, you can replace it with justnasm
. Take care of this before compiling the project. - To run the tests in my main, run
make run
.
Should you have any questions, feel free to email me at alexanderisraelyan@gmail.com. Cheers <3