prog8/compiler/res/prog8lib/c64
Irmen de Jong 80f39e8097 Merge branch 'booleans'
# Conflicts:
#	compiler/res/prog8lib/cx16/monogfx.p8
#	compiler/res/prog8lib/virtual/monogfx.p8
#	compiler/src/prog8/compiler/astprocessing/BoolRemover.kt
#	compiler/test/TestTypecasts.kt
#	docs/source/todo.rst
#	examples/cx16/highresbitmap.p8
#	examples/test.p8
#	httpCompilerService/src/prog8/http/TestHttp.kt
2024-03-11 01:00:48 +01: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 Merge branch 'booleans' 2024-03-11 01:00:48 +01:00
textio.p8 added txt.bell() to make terminal beep/bell sound on most systems 2024-02-21 17:35:37 +01:00