prog8/docs
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
..
source 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
docs.iml java version tweaks 2024-05-18 20:25:44 +02:00
import-all-atari.p8 added (experimental) compression library 2024-09-29 18:59:53 +02:00
import-all-c64.p8 added (experimental) compression library 2024-09-29 18:59:53 +02:00
import-all-c128.p8 added (experimental) compression library 2024-09-29 18:59:53 +02:00
import-all-cx16.p8 added (experimental) compression library 2024-09-29 18:59:53 +02:00
import-all-pet32.p8 added (experimental) compression library 2024-09-29 18:59:53 +02:00
import-all-virtual.p8 added (experimental) compression library 2024-09-29 18:59:53 +02:00
make.bat renamed project to Prog8 2018-09-15 16:21:05 +02:00
Makefile compiler name change: prog8c (was p8compile) 2024-10-16 18:36:19 +02:00
requirements.txt readthedocs 2024-02-21 21:23:18 +01:00