prog8/compiler/res/prog8lib/virtual
2024-04-17 20:03:36 +02: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 convert github doc links into permalinks 2024-04-08 22:12:28 +02:00
floats.p8 docs of new floats routines and added them to VM target too 2024-04-17 20:03:36 +02: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 added %option ignore_unused to suppress warnings about unused vars and subs in that module/block. 2023-12-26 23:37:59 +01:00
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 added txt.cls() as a shorter alternative to clear_screen(). 2024-04-07 19:32:44 +02:00