Some simples algorithms for strings in GCC-ASM
How to build this project ? First of all you need to have gcc (here the project is build with MinGW on Windows 7). On Windows you can build with src/build.bat.
You can contribute by adding new functions if you want. If you have build this project on other platforms tell me please how to update the documentation.
All main files, the entry point of the app is here with all source files.
The tests files are here, these files serve to write in C functions and then test whether the algorithm works well.