added -varsgolden to put BSS into Golden Ram at $0400

This commit is contained in:
Irmen de Jong
2023-12-23 20:11:50 +01:00
parent 0e0fac8c4b
commit 9b113c0cbb
17 changed files with 67 additions and 8 deletions

View File

@@ -33,6 +33,7 @@ private fun compileTheThing(filepath: Path, optimize: Boolean, target: ICompilat
includeSourcelines = false,
experimentalCodegen = false,
varsHighBank = null,
varsGolden = false,
compilationTarget = target.name,
splitWordArrays = false,
breakpointCpuInstruction = false,