add -dumpvars option to dump all allocated variables (zp, normal ram, etc)

This commit is contained in:
Irmen de Jong
2024-02-10 18:42:31 +01:00
parent d7f72056fc
commit 5522a305ab
9 changed files with 57 additions and 3 deletions

View File

@@ -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,