aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Apply suggestions as found by nasmMiquel Sabaté Solà2025-10-132-6/+6
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* vendor: Minor updates so 'nasm' is happyMiquel Sabaté Solà2025-01-152-11/+8
| | | | | | See the 'nasm' utility in https://github.com/mssola/tools.nes. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Updated README fileMiquel Sabaté Solà2024-03-261-7/+8
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* vendor: updated list.nesMiquel Sabaté Solà2023-12-211-0/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Finished the second part of day 4Miquel Sabaté Solà2023-12-215-16/+243
| | | | | | | | In order to do so I had to come up with a custom list library because otherwise keeping up with the enunciate and the memory management logic was a bit chaotic. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Implemented the first part of day 4Miquel Sabaté Solà2023-12-134-2/+635
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Implemented day 3Miquel Sabaté Solà2023-12-1211-19/+774
| | | | | | | | | | Note that only part 1 has been implemented. The reasoning is on the file header. Moreover, we are not printing 24-bit results yet because that would entail modifying the somewhat terrifying vendor code on `vendor/bcd16.s`. Since this will be a recurring theme, I guess that I will have to come up with a solution sooner or later. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added a test suiteMiquel Sabaté Solà2023-12-088-4/+193
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Implemented both parts of the second dayMiquel Sabaté Solà2023-12-085-67/+740
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Let's print the result to the screenMiquel Sabaté Solà2023-12-034-19/+467
| | | | | | | | I have found and vendored a piece of code that allows me to convert a 16-bit number so it can be easily printed on screen. With this, let's be a bit more flashy and print the result to the screen. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added readme fileMiquel Sabaté Solà2023-12-031-0/+29
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* First day of advent of codeMiquel Sabaté Solà2023-12-039-0/+2078
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>