aboutsummaryrefslogtreecommitdiff
path: root/tests/defines.s
Commit message (Collapse)AuthorAgeFilesLines
* nasm: Implement the -D flagMiquel Sabaté Solà2025-01-221-0/+18
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>