This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
prog8
Watch
1
Star
0
Fork
0
You've already forked prog8
mirror of
https://github.com/irmen/prog8.git
synced
2025-03-02 22:32:34 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compiler
/
res
/
prog8lib
/
virtual
History
Irmen de Jong
d14c61b160
added string.findstr(). string.find() returns 255 if not found.
...
also fix string assignment bug for sub args.
2024-03-17 23:18:33 +01:00
..
conv.p8
…
diskio.p8
vm: fix load_raw, fix rng bug in textelite (carry flag shifting...)
2024-03-17 16:46:26 +01:00
emudbg.p8
…
floats.p8
…
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
…
test_stack.p8
…
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