This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
prog8
Watch
1
Star
0
Fork
0
You've already forked prog8
mirror of
https://github.com/irmen/prog8.git
synced
2025-01-23 00:31:14 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
examples
History
Irmen de Jong
ca5f7ae32f
global (block-level) variables that get initialized with an array index expression now get a constant value as well if possible. This reduces the number of instructions in the init globals code block
2024-10-16 02:14:19 +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
…
cx16
…
vm
…
.editorconfig
…
animals.p8
…
balls.p8
…
cube3d-float.p8
…
cube3d-gfx.p8
…
dirlist.p8
…
examples.iml
…
fibonacci.p8
…
fractal-tree.p8
…
mandelbrot-gfx.p8
…
mandelbrot.p8
…
maze.p8
…
numbergame.p8
…
primes.p8
…
queens.p8
…
screencodes.p8
…
swirl-float.p8
…
swirl.p8
…
test.p8
global (block-level) variables that get initialized with an array index expression now get a constant value as well if possible. This reduces the number of instructions in the init globals code block
2024-10-16 02:14:19 +02:00
textelite.p8
…