index
:
libasm.git
linux
master
School project: Introduction to assembly, small x86_64 lib
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-02-24
Fixing compilation on OSX by moving wrt..plt in LINUX preprocessing directives
Charles Cabergs
2021-02-11
Replaced tab with spaces
Charles Cabergs
2021-02-11
Added Linux compatibility
Charles Cabergs
2020-02-23
Added ft_read.s ft_write.s error handling
Charles
2020-02-08
Added ft_list_remove_if
Charles
2020-02-08
Added ft_list_sort.s
Charles
2020-02-06
Create LICENSE
HappyTramp
2020-02-06
read write protection, ft_list_size, ft_list_push_front finished
Charles
2019-11-25
draft for ft_list*.s functions
Charles
2019-11-25
ft_atoi_base.s kinda done
Charles
2019-11-23
ft_atoi_base with calling convention is better, still need to handle negative
Charles
2019-11-23
refactored mandatory functions, to respect c calling convention
Charles
2019-11-23
Compiling with nasm
Charles
2019-11-22
ft_atoi_base without the actual base, ft_list_push_front, ft_list_size
Charles
2019-11-22
ft_atoi_base.s without the negative and base part
Charles
2019-11-22
ft_strdup.s and Makefile
Charles
2019-11-22
strcpy, strcmp, write, read
Charles
2019-11-22
ft_strlen.s (i can kinda compile this shit)
Charles
2019-11-21
Initial commit (i cant even compile this shit)
Charles