prog8/compiler/res/prog8lib/virtual
2024-03-27 20:05:39 +01:00
..
conv.p8 Merge branch 'booleans' 2024-03-11 01:00:48 +01:00
diskio.p8 also add diskio.status_code() in other comp targets 2024-03-27 20:05:39 +01:00
emudbg.p8
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
math.p8 optimized and added "streaming" crc32 and crc16 routines to math module. Return value is put in different register now! r14+r15 instead of r0+r1! 2024-03-16 01:07:03 +01:00
monogfx.p8 fix monogfx issue 2024-03-12 23:27:15 +01:00
prog8_lib.p8
string.p8 added string.findstr(). string.find() returns 255 if not found. 2024-03-17 23:18:33 +01:00
syslib.p8 added a few more IR syscalls for often used copy routines 2024-02-09 23:56:44 +01:00
test_stack.p8 new if tests 2024-03-02 23:19:39 +01:00
textio.p8 vm: txt.width() and height() now return the actual console terminal width and height if possible. 2024-03-16 22:40:08 +01:00