added -verafxmul compiler option to use vera fx multiplication routine on cx16

This commit is contained in:
Irmen de Jong
2023-10-01 22:02:07 +02:00
parent 755cc4835e
commit 690782bf60
15 changed files with 200 additions and 59 deletions

View File

@@ -35,6 +35,7 @@ private fun compileTheThing(filepath: Path, optimize: Boolean, target: ICompilat
varsHighBank = null,
compilationTarget = target.name,
splitWordArrays = false,
veraFxMul = false,
symbolDefs = emptyMap(),
outputDir = outputDir
)