aboutsummaryrefslogtreecommitdiff
path: root/basics/persist.s
Commit message (Collapse)AuthorAgeFilesLines
* Use custom configurations everywhereMiquel Sabaté Solà2025-02-041-8/+16
| | | | | | | Moreover, I have introduced a linker configuration for MMC1 as well, so to properly implement the `basics/persist.s` example. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* basics: Add an example on UNROMMiquel Sabaté Solà2025-02-041-0/+4
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* basics: Improve documentationMiquel Sabaté Solà2025-02-041-4/+4
| | | | | | | Add more comments to `sprite.s` and `persist.s` so they can be read by a newcomer, and also introduce a README for this directory. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* basics: Add an example on persisting dataMiquel Sabaté Solà2025-02-041-0/+163
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>