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-01-13 10:29:52 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
compiler
/
res
/
prog8lib
History
Irmen de Jong
fbe231793b
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
..
atari
…
c64
fixed potential bug in cx16.kbdbuf_clear() is and it is now cbm.kbdbuf_clear() and is available on all cbm like targets
2024-03-14 22:12:29 +01:00
c128
fixed potential bug in cx16.kbdbuf_clear() is and it is now cbm.kbdbuf_clear() and is available on all cbm like targets
2024-03-14 22:12:29 +01:00
cx16
some changes in SMC routines for the cx16:
2024-03-15 23:00:14 +01:00
pet32
fixed potential bug in cx16.kbdbuf_clear() is and it is now cbm.kbdbuf_clear() and is available on all cbm like targets
2024-03-14 22:12:29 +01:00
virtual
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
conv.p8
fix conv.str_ub and conv.str_b for missing tens digits
2024-03-13 23:03:25 +01:00
cx16logo.p8
…
diskio.p8
Merge branch 'booleans'
2024-03-11 01:00:48 +01:00
math.asm
…
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
prog8_funcs.asm
…
prog8_lib.asm
…
prog8_lib.p8
…
shared_floats_functions.p8
…
shared_string_functions.p8
…
shared_textio_functions.p8
…
string.p8
…
test_stack.p8
…