prog8/compiler/res/prog8lib/virtual
Irmen de Jong f2d27403c5 add string.endswith() to efficiently test for a suffix without copying
add string.startswith() to efficiently test for string prefix without copying
2022-07-21 00:38:30 +02:00
..
conv.p8 conv.any2uword / conf.hex2uword can now deal with iso lower and upper case letters as well. 2022-07-17 02:39:40 +02:00
floats.p8 removed confusing GPL software license reference and copyright header from library files. (because of exclusion in output files) 2022-05-30 20:12:20 +02:00
math.p8 removed confusing GPL software license reference and copyright header from library files. (because of exclusion in output files) 2022-05-30 20:12:20 +02:00
prog8_lib.p8 removed confusing GPL software license reference and copyright header from library files. (because of exclusion in output files) 2022-05-30 20:12:20 +02:00
string.p8 add string.endswith() to efficiently test for a suffix without copying 2022-07-21 00:38:30 +02:00
syslib.p8 added -esa option to override the evalstack location, and shift cx16.r0-r15 accordingly 2022-07-11 19:29:04 +02:00
textio.p8 removed confusing GPL software license reference and copyright header from library files. (because of exclusion in output files) 2022-05-30 20:12:20 +02:00