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-02-09 07:31:34 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compiler
/
res
/
prog8lib
/
virtual
History
Irmen de Jong
119040fc50
also add diskio.status_code() in other comp targets
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
…
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