Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-14 | explicitely set global data items type | Olivier Gayot | |
nasm lets us specify whether global data items are functions or data. as for us, we do not have any data atm. every global declaration of function have been changed from global function_name to global function_name:function | |||
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. |