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
History
Irmen de Jong
ebee8c128f
fixed/optimized integer division and remainder
2019-01-06 19:04:09 +01:00
..
antlr
div and mult by a power of 2 are now optimized into shifts. Added bit shift operators << and >>
2019-01-06 08:20:22 +01:00
examples
fixed/optimized integer division and remainder
2019-01-06 19:04:09 +01:00
lib
…
res/charset
/c64
…
src
fixed/optimized integer division and remainder
2019-01-06 19:04:09 +01:00
test
normal division is always float, implemented (u)byte integer division
2019-01-06 01:43:47 +01:00
compile.cmd
multiplications
2018-12-20 23:28:03 +01:00
compile.sh
multiplications
2018-12-20 23:28:03 +01:00
compiler.iml
…
stackvm.sh
…