mirror of
https://github.com/irmen/prog8.git
synced 2025-07-25 11:24:15 +00:00
added -varsgolden to put BSS into Golden Ram at $0400
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user