added -D command line option to define symbols in the assembly file

This commit is contained in:
Irmen de Jong
2022-07-06 23:40:36 +02:00
parent beea6bc794
commit b41779bd02
10 changed files with 48 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ class TestCompilerOptionSourcedirs: FunSpec({
asmListfile = false,
experimentalCodegen = false,
compilationTarget = Cx16Target.NAME,
symbolDefs = emptyMap(),
sourceDirs,
outputDir
)