prog8/docs/source
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
..
_static version 2024-10-09 22:21:04 +02:00
comparing.rst doc 2024-10-12 17:29:28 +02:00
compiling.rst compiler name change: prog8c (was p8compile) 2024-10-16 18:36:19 +02:00
conf.py sphinx config 2024-04-10 20:04:09 +02:00
docutils.conf new docs 2018-08-06 03:35:43 +02:00
index.rst fixing all sorts of things about assigning arrays to arrays 2024-10-12 12:33:46 +02:00
libraries.rst added callfar2() builtin function that allows to set A,X,Y and Carry arguments. 2024-10-08 21:36:04 +02:00
memorymap.odg update to Kotlin 1.8.20, docs update 2023-04-03 23:04:00 +02:00
memorymap.svg update to Kotlin 1.8.20, docs update 2023-04-03 23:04:00 +02:00
portingguide.rst docs 2023-08-01 22:49:55 +02:00
prog8compiler.odg new diagrams 2023-04-03 00:32:12 +02:00
prog8compiler.svg new diagrams 2023-04-03 00:32:12 +02:00
programming.rst remove support for array-to-array assignments (other than initialization of variable declaration) 2024-10-13 20:02:43 +02:00
sinegraph.odg explain integer math sin/cos routines even better 2024-05-29 23:12:00 +02:00
sinegraph.svg explain integer math sin/cos routines even better 2024-05-29 23:12:00 +02:00
software.rst concerns with in for strings 2023-12-11 21:15:48 +01:00
syntaxreference.rst remove support for array-to-array assignments (other than initialization of variable declaration) 2024-10-13 20:02:43 +02:00
targetsystem.rst tweak c64 balloonflight example etc. 2024-09-22 13:20:12 +02:00
technical.rst release 10.3.1 2024-05-31 23:51:35 +02:00
todo.rst 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