/LibftASM

An Intel, x86_64 architecture implementation of basic libc functions.

Primary LanguageAssemblyMIT LicenseMIT

LibftASM - libc funcions in ASM language 🔧

A set of libftASM functions consist of:

  • bzero
  • strcat
  • isalpha
  • isdigit
  • isalnum
  • isascii
  • isprint
  • toupper
  • tolower
  • puts
  • strlen (With Instruction Repeat String Operations)
  • memset (With Instruction Repeat String Operations)
  • memcpy (With Instruction Repeat String Operations)
  • strdup (With Instruction Repeat String Operations)
  • cat