aboutsummaryrefslogtreecommitdiff
path: root/.nasm
Commit message (Collapse)AuthorAgeFilesLines
* Initial iteration of enemy movementMiquel Sabaté Solà2026-02-122-3/+5
| | | | | | | For now only the basic algorithm has been written, but the framework for adding the rest has also been written down. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* nasm: always save memory/segments statsMiquel Sabaté Solà2026-02-112-0/+58
And don't let git ignore it. From now on this will be available in git as well so to detect regressions. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>