aboutsummaryrefslogtreecommitdiff
path: root/basics/unrom.s
Commit message (Collapse)AuthorAgeFilesLines
* Bring code style to better standardsMiquel Sabaté Solà2025-03-101-6/+12
| | | | | | | | Be more careful on everything and try to follow along style.nes from my repository. This might change in the future, but it's in a much better state now. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Don't leave segments emptyMiquel Sabaté Solà2025-02-041-0/+9
| | | | | | Otherwise we will get a warning from nasm. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* basics: Add an example on UNROMMiquel Sabaté Solà2025-02-041-0/+171
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>