prog8/compiler/res/prog8lib/c64
Irmen de Jong ddb8346711 added txt.cls() as a shorter alternative to clear_screen().
cx16: added new character encodings, and routines in textio to enable the character sets for them.
cx16: added txt.chrout_lit() and txt.print_lit() to always print the literal characters and never as control codes
2024-04-07 19:32:44 +02:00
..
floats_funcs.asm added containment check of float arrays 2024-01-14 14:14:09 +01:00
floats.asm fix 6502 casting uword and float to bool 2024-03-02 23:19:39 +01:00
floats.p8 added txt.petscii2scr() and txt.petscii2scr_str() 2024-02-07 22:36:43 +01: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