mirror of
https://github.com/irmen/prog8.git
synced 2024-11-26 11:49:22 +00:00
todo
This commit is contained in:
parent
52ab089615
commit
ca2af2ca63
@ -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()
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user