Skip to content

Latest commit

 

History

History
55 lines (52 loc) · 887 Bytes

README.md

File metadata and controls

55 lines (52 loc) · 887 Bytes

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