/libasm

School 42 project "libasm" implementation.

Primary LanguageAssembly

libasm

School 42 project "libasm" implementation (no bonus, only mandatory part).

Notes

  • 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 the NASM variable. This won't compile if the path is invalid. If nasm is a known command in your shell, you can replace it with just nasm. Take care of this before compiling the project.
  • To run the tests in my main, run make run.

Contacts

Should you have any questions, feel free to email me at alexanderisraelyan@gmail.com. Cheers <3