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-02-05 09:33:46 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compiler
/
res
/
prog8lib
/
c64
History
Irmen de Jong
484677b4b1
Get rid of any() and all() builtin functions.
...
Replaced by regular subroutines in the anyall module.
2024-07-06 18:49:03 +02:00
..
floats_funcs.asm
Get rid of any() and all() builtin functions.
2024-07-06 18:49:03 +02:00
floats.asm
fix 6502 casting uword and float to bool
2024-03-02 23:19:39 +01:00
floats.p8
move the pi-related constants from system specific floats module into the shared one. Clarify some stuff.
2024-04-15 19:15:44 +02:00
graphics.p8
libraries: add ==0 or !=0 to expressions that depend on implicit conversion from byte to bool
2024-03-02 23:19:20 +01:00
syslib.p8
added txt.cls() as a shorter alternative to clear_screen().
2024-04-07 19:32:44 +02:00
textio.p8
added txt.cls() as a shorter alternative to clear_screen().
2024-04-07 19:32:44 +02:00