mirror of
https://github.com/irmen/prog8.git
synced 2026-04-20 11:17:01 +00:00
added %option romable to enable romable mode, but only generate a bunch of warnings for problematic codegeneration atm
This commit is contained in:
@@ -21,6 +21,7 @@ class TestIRPeepholeOpt: FunSpec({
|
||||
CompilationOptions.AllZeropageAllowed,
|
||||
floats = false,
|
||||
noSysInit = true,
|
||||
romable = false,
|
||||
compTarget = target,
|
||||
loadAddress = target.PROGRAM_LOAD_ADDRESS,
|
||||
memtopAddress = 0xffffu
|
||||
|
||||
@@ -23,6 +23,7 @@ class TestVmCodeGen: FunSpec({
|
||||
zpAllowed = CompilationOptions.AllZeropageAllowed,
|
||||
floats = true,
|
||||
noSysInit = false,
|
||||
romable = false,
|
||||
compTarget = target,
|
||||
loadAddress = target.PROGRAM_LOAD_ADDRESS,
|
||||
memtopAddress = 0xffffu
|
||||
|
||||
Reference in New Issue
Block a user