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
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
memorymap.svg
portingguide.rst
prog8compiler.odg
prog8compiler.svg
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
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