aboutsummaryrefslogtreecommitdiff
path: root/include/asm.s
Commit message (Collapse)AuthorAgeFilesLines
* Add the __fallthrough__ pseudo-instructionMiquel Sabaté Solà2026-02-031-0/+10
| | | | | | | | The 'nasm' assembler now implements this, which is quite convenient. Define also a fake macro for it when the assembler is not 'nasm' just to bridge the gaps. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Add a title and a main screensMiquel Sabaté Solà2025-03-131-0/+22
This commit adds the skeleton for having a title and a main screen. For now the title menu doesn't do much, as the selection is simply ignored, but at least it already knows how to cycle between these two states. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>