prog8/compiler/res/prog8lib/c64
markjreed 16a2b2f566
Add 24-bit integer-to-float routine and floating-point jiffy clock reader (#150)
* feat: add routine to convert 24-bit integer from A/X/Y to float in FAC1

* fix: remove duplicate definition

* fix: shift to appropriate exponent
2024-09-20 17:28:37 +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 Add 24-bit integer-to-float routine and floating-point jiffy clock reader (#150) 2024-09-20 17:28:37 +02:00
graphics.p8 no more span overdraws in graphics disc routines 2024-09-15 15:38:33 +02: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