prog8/examples
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
..
atari examples: add ==0 or !=0 to expressions that depend on implicit conversion from byte to bool 2024-03-02 23:19:18 +01:00
c64 added examples/cx16/balloonflight.p8 2024-10-13 00:51:07 +02:00
cx16 remove support for array-to-array assignments (other than initialization of variable declaration) 2024-10-13 20:02:43 +02:00
vm various fixes 2024-03-16 18:48:06 +01:00
.editorconfig
animals.p8 examples: add ==0 or !=0 to expressions that depend on implicit conversion from byte to bool 2024-03-02 23:19:18 +01:00
balls.p8
cube3d-float.p8 Remove array initialization by single value. 2024-10-13 04:31:56 +02:00
cube3d-gfx.p8 ifelse more 2024-03-02 23:19:39 +01:00
dirlist.p8 house cleaning 2024-10-10 20:46:18 +02:00
examples.iml
fibonacci.p8
fractal-tree.p8 New example program: draw a fractal tree (#152) 2024-10-01 02:00:04 +02:00
mandelbrot-gfx.p8 house cleaning 2024-10-10 20:46:18 +02:00
mandelbrot.p8 house cleaning 2024-10-10 20:46:18 +02:00
maze.p8 examples: add ==0 or !=0 to expressions that depend on implicit conversion from byte to bool 2024-03-02 23:19:18 +01:00
numbergame.p8 examples: add ==0 or !=0 to expressions that depend on implicit conversion from byte to bool 2024-03-02 23:19:18 +01:00
primes.p8 fix sieve example 2024-04-18 22:22:29 +02:00
queens.p8 tweaks 2024-07-22 18:20:01 +02:00
screencodes.p8 replace unwritten vars by consts. Improved const eval. 2023-12-28 05:17:15 +01:00
swirl-float.p8
swirl.p8
test.p8 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
textelite.p8 vm: fix load_raw, fix rng bug in textelite (carry flag shifting...) 2024-03-17 16:46:26 +01:00