From 575b1f4a207b0b486c2f80c04abe6f67f2a11cea Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 6 Feb 2014 00:28:53 +0000 Subject: Add a first version of the library. This commit includes the following functions: * list_init * list_new_raw * list_new * list_append * list_apply Everything seems to work well but nothing has been optimized so there is a lot of work remaining. --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..f072ce6 --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +list_x86_64 +=========== + +Here is a very basic implementation of a linked list using x86_64 assembly language. +The syntax used is the one of NASM. + +This library does not claim to be quicker than one or another implementation. However, it does provide a working implementation. + +Every advice is welcome in order to improve this implementation. + +This library is covered by the MIT license. You should read the LICENSE file to understand what is implied. -- cgit v1.2.3