Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 682 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 682 Bytes

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