prog8/intermediate
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/intermediate 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: fix problems with symbol offsets and unused subroutines/chunks 2024-01-13 16:43:41 +01:00
build.gradle improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00
intermediate.iml improve data driven unit tests to use kotest withData() 2024-09-08 16:55:08 +02:00