Skip to content

erwan-simon/asm_library

Repository files navigation

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