erwan-simon / asm_library

Reimplementation of basic functions in assembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asm_library

Reimplementation of basic functions in assembly

  • rindex : locate character in string
  • strchr : locate character in string
  • strcmp : compare two strings
  • strspn : search a string for a set of bytes
  • strlen : calculate the length of a string
  • strncmp : compare two strings
  • strpbrk : search a string for any of a set of bytes
  • strstr : locate a substring

About

Reimplementation of basic functions in assembly

License:MIT License


Languages

Language:C 53.3%Language:Assembly 36.6%Language:Makefile 10.1%