aboutsummaryrefslogtreecommitdiff
path: root/crates/xa65/src
Commit message (Collapse)AuthorAgeFilesLines
* Introduce xa65Miquel Sabaté Solà2025-01-101-0/+124
This is a bridge between 'nasm' and 'cl65'. That is, it runs the same command on both 'nasm' and 'cl65', compares the resulting binaries, and gives back the binary from 'cl65'. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>