This commit is contained in:
Irmen de Jong 2023-03-25 18:23:33 +01:00
parent 52ab089615
commit ca2af2ca63
2 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class AsmGen6502: ICodeGeneratorBackend {
errors.warn("EXPERIMENTAL RPN EXPRESSION NODES ARE USED. CODE SIZE+SPEED WILL SUFFER.", Position.DUMMY)
}
printAst(program, true) { println(it) }
// printAst(program, true) { println(it) }
val asmgen = AsmGen6502Internal(program, symbolTable, options, errors)
return asmgen.compileToAssembly()

View File

@ -1,5 +1,7 @@
TODO
====
replace RPN by something that actually works and is efficient...
RPN: assembler fails selftest (something with output file name extension being wrong!)
RPN: swirl is MUCH slower
RPN: wizzine is slightly slower