A minimal C library written in assembly.
Just need to run 'make' on linux system.
Just compile your C or CPP program with the libasm.so
generated.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Second year project at Epitech (European Institute of Technology). Subject pdf at the root.
MIT