Skip to content

ImNotAVirus/Libmy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

77 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Libmy

#c5f015 ASM roadmap (WIP)

NASM GNU/Linux 64 bits
βœ” asm_strlen
βœ” asm_isneg
βœ” asm_putchar
βœ” asm_putstr
βœ” asm_strchr
βœ” asm_swap
βœ” asm_strcpy
βœ” asm_strncpy
βœ” asm_strcat
βœ” asm_strncat
βœ” asm_strcmp
βœ” asm_putnbr
βœ” asm_nbrlen
βœ” asm_strncmp
βœ” asm_itoa
βœ” asm_utoa
βœ” asm_toupper
βœ” asm_tolower
βœ” asm_strtoupper
βœ” asm_strtolower

✘ asm_malloc
✘ asm_free
✘ asm_realloc
✘ asm_allocinfo
✘ asm_getnbr
✘ asm_strstr
✘ asm_strdup

#f03c15 C roadmap (deprecated)

GCC GNU/Linux
βœ” my_strlen
βœ” my_isneg
βœ” my_putchar
βœ” my_putstr
βœ” my_put_nbr
βœ” my_swap
βœ” my_getnbr
βœ” my_strcpy
βœ” my_strncpy
βœ” my_strcmp
βœ” my_strncmp
βœ” my_strcat
βœ” my_strncat
βœ” my_strstr
βœ” my_strdup
βœ” my_str_to_wordtab