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-03-02 22:32:34 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
examples
History
Irmen de Jong
9851d14fb9
added if expression: ubyte a = if b>0 44 else 55
...
it doesn't generate the best code yet, like regular ifs do.
2024-10-19 15:34:04 +02:00
..
atari
…
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
…
.editorconfig
…
animals.p8
…
balls.p8
…
cube3d-float.p8
Remove array initialization by single value.
2024-10-13 04:31:56 +02:00
cube3d-gfx.p8
…
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
…
numbergame.p8
…
primes.p8
…
queens.p8
…
screencodes.p8
…
swirl-float.p8
…
swirl.p8
…
test.p8
added if expression: ubyte a = if b>0 44 else 55
2024-10-19 15:34:04 +02:00
textelite.p8
…