mirror of
https://github.com/irmen/prog8.git
synced 2025-11-01 22:16:16 +00:00
repeat countervars again in zeropage if possible, fix pointer arithmetic error
This commit is contained in:
@@ -92,7 +92,7 @@ class TestAsmGenSymbols: StringSpec({
|
||||
val astchecker = AstChecker(program, errors, options)
|
||||
astchecker.visit(program)
|
||||
errors.report()
|
||||
val ptProgram = SimplifiedAstMaker(program, options.compTarget, errors).transform()
|
||||
val ptProgram = SimplifiedAstMaker(program, errors).transform()
|
||||
val st = SymbolTableMaker(ptProgram, options).make()
|
||||
return AsmGen6502Internal(ptProgram, st, options, errors, 0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user