Skip to content

Cc618/Asm-String-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asm-String-Algorithms

Some simples algorithms for strings in GCC-ASM

Build

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.

Contributions

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.

Directories

src

All main files, the entry point of the app is here with all source files.

tests

The tests files are here, these files serve to write in C functions and then test whether the algorithm works well.

About

Some simples algorithms for strings in GCC-ASM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published