Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-14 | remove the explicit [BITS 64] | Olivier Gayot | |
the manual of yasm says that we should avoid declaring [BITS ...] explicitely. | |||
2014-02-14 | rename list.s in list.asm | Olivier Gayot | |
the files with '.s' extension are not properly displayed by github. | |||
2014-02-06 | Add a first version of the library. | Olivier Gayot | |
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. |