aboutsummaryrefslogtreecommitdiff
path: root/tests/expected/defines-undefined.nes
Commit message (Collapse)AuthorAgeFilesLines
* nasm: Implement the -D flagMiquel Sabaté Solà2025-01-221-0/+0
This allows users to define variables directly from the command line, which is useful for testing purposes. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>