aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Update links to git.mssola.comMiquel Sabaté Solà2026-07-221-8/+0
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Finished the second part of day 4Miquel Sabaté Solà2023-12-211-1/+4
| | | | | | | | 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-132-1/+14
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Implemented day 3Miquel Sabaté Solà2023-12-124-13/+15
| | | | | | | | | | 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-085-0/+161
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>