summaryrefslogtreecommitdiff
path: root/README
blob: f072ce64fd3e53d8e0790606897f078c87b1da25 (plain)
1
2
3
4
5
6
7
8
9
10
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.