mirror of
https://github.com/irmen/prog8.git
synced 2025-07-25 11:24:15 +00:00
added -verafxmul compiler option to use vera fx multiplication routine on cx16
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user