Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 535 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 535 Bytes

Just in case somebody will need it...

libftasm

Libftasm is a project which goal is to reimplement some of the standard libc functions in pure assembly. In this specific case I used x64 Intel assembly and NASM assembler.

To build a static library just run make.

To build some simple tests as well, execute command make test and run test binary.

The library builds and works well at least on macOS Mojave (10.14)

It also builds on Linux, but ft_is* functions don't work for some reason, which I've yet to figure out.