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-11-29 09:17:42 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
df1a2a16115fcd72e604d245d404f9b84cc8bd3f
prog8
/
compiler
/
res
/
prog8lib
/
c64
History
Irmen de Jong
d19a3af9ed
change some single use float global constants to their asm proc
2025-11-21 21:35:51 +01:00
..
diskio.p8
fix diskio merge issue on c64 and c128.
Fixes
#167
2025-03-31 22:06:49 +02:00
floats_funcs.asm
optimize float<>0 into sgn(float)<>0
2025-11-21 00:57:43 +01:00
floats.asm
change some single use float global constants to their asm proc
2025-11-21 21:35:51 +01:00
floats.p8
way more efficient implementation of internal_cast_as_long now using QINT
2025-11-19 18:32:40 +01:00
graphics.p8
fix c64 graphics.disc() inaccurracy
2025-10-05 22:57:39 +02:00
syslib.p8
C64: key repeat is now enabled at program startup, to fall in line with the default key repeat behavior on the C128 and X16.
2025-11-18 21:09:13 +01:00
textio.p8
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