aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update links to git.mssola.comHEADmainMiquel Sabaté Solà2026-07-223-22/+6
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Remove .github directoryMiquel Sabaté Solà2026-07-224-57/+0
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Allow base pointers to be configurableMiquel Sabaté Solà2025-03-102-10/+26
| | | | | | | The `ptr` and the `last` pointers can then be configured when including them by simply setting an alternative definition. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Remove unneeded .p02 statementMiquel Sabaté Solà2025-01-151-2/+0
| | | | | | | It's the default in cc65, and some tools like nasm don't even like this statement. Hence, let's remove it. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Prepare for v1.0 releaseMiquel Sabaté Solà2024-12-091-1/+1
| | | | | | | | Nothing has happened so far and I'm quite happy with the status of this. Let's tag a new release and maybe we can do more ambitious things in the future. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Further clarifications on small listsMiquel Sabaté Solà2023-12-222-1/+8
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Fixed small typo on the exampleMiquel Sabaté Solà2023-12-211-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Polished the README fileMiquel Sabaté Solà2023-12-211-2/+7
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Initial commitMiquel Sabaté Solà2023-12-2116-0/+1223
Implemented the List scope which brings some handy macros and functions to manipulate big lists on the NES. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>