prog8/codeGenIntermediate
Irmen de Jong 38ef394e15 IR codegen: global vars with numeric initialization value are now also put into the VARIABLESWITHINIT section rather than requiring explicit code instructions to initialize them in INITGLOBALS.
Note that something similar, such as putting those variables inline in the program initialized with their value and all, cannot be done for the 6502 codegen: the program needs a mechanism to reset ALL variables when it runs a second time.
2024-10-16 22:15:51 +02:00
..
src/prog8/codegen IR codegen: global vars with numeric initialization value are now also put into the VARIABLESWITHINIT section rather than requiring explicit code instructions to initialize them in INITGLOBALS. 2024-10-16 22:15:51 +02:00
test IR: add SEC,CLC,SEI,CLI instructions for the sys function calls. 2024-07-14 21:01:19 +02:00
build.gradle improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
codeGenIntermediate.iml improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00