mirror of
https://github.com/irmen/prog8.git
synced 2025-07-25 11:24:15 +00:00
add -dumpvars option to dump all allocated variables (zp, normal ram, etc)
This commit is contained in:
@@ -32,6 +32,7 @@ private fun compileTheThing(filepath: Path, optimize: Boolean, target: ICompilat
|
||||
asmListfile = false,
|
||||
includeSourcelines = false,
|
||||
experimentalCodegen = false,
|
||||
dumpVariables = false,
|
||||
varsHighBank = null,
|
||||
varsGolden = false,
|
||||
slabsHighBank = null,
|
||||
|
Reference in New Issue
Block a user