aboutsummaryrefslogtreecommitdiff
path: root/tests/indirect.s
Commit message (Collapse)AuthorAgeFilesLines
* Allow using a byte for indirect jumpsMiquel Sabaté Solà2026-02-111-0/+18
They should be expanded to a 16-bit address from the zero-page. The fact that the assembler was complaining about it was simply erroneous. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>