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
2026-03-15 03:16:31 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
352c11ad9febbdf9ffd4e21ecf18ce84052514fb
prog8
/
examples
History
Irmen de Jong
352c11ad9f
optimize float<>0 into sgn(float)<>0
2025-11-21 00:57:43 +01:00
..
c64
avoid fallback JSR peek for common case pointer+offset
2025-10-11 04:45:03 +02:00
customtarget
added txt.size() to return text screen width and height in 1 call. Also fixed txt.width/height on the C128 (where SCREEN reports 1 less for them...)
2025-10-16 00:33:14 +02:00
cx16
diskio.f_seek() and f_tell() now use longs instead of separate words
2025-11-15 15:13:26 +01:00
pointers
tweak TODO messages for longs
2025-10-16 23:20:34 +02:00
virtual
…
.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
…
multitasking.p8
…
numbergame.p8
…
primes.p8
…
queens.p8
…
screencodes.p8
…
swirl-float.p8
…
swirl.p8
…
test.p8
optimize float<>0 into sgn(float)<>0
2025-11-21 00:57:43 +01:00
textelite.p8
strings can no longer be assigned by-value. Use strings.copy() instead.
Fixes
#189
2025-10-31 19:22:40 +01:00