prog8/compiler/res/prog8lib/c64
Irmen de Jong e35cfd4971 get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!)
Unfortunately a few routines (minf, maxf, clampf) remain unchanged, because removing the 'f' would make them clash with a builtin function.

floats.rndf -> floats.rnd
floats.parse_f -> floats.parse
floats.rndseedf -> floats.rndseed
floats.print_f -> floats.print
floats.str_f -> floats.tostr
2023-12-29 03:12:44 +01:00
..
floats_funcs.asm remove even more X register save/restore code 2023-07-15 22:26:54 +02:00
floats.asm fixed c64 float problem 2023-09-03 16:40:10 +02:00
floats.p8 get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!) 2023-12-29 03:12:44 +01:00
graphics.p8 added %option ignore_unused to suppress warnings about unused vars and subs in that module/block. 2023-12-26 23:37:59 +01:00
syslib.p8 added %option ignore_unused to suppress warnings about unused vars and subs in that module/block. 2023-12-26 23:37:59 +01:00
textio.p8 added %option ignore_unused to suppress warnings about unused vars and subs in that module/block. 2023-12-26 23:37:59 +01:00