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-11 13:29:45 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
virtualmachine
/
src
/
prog8
/
vm
History
Irmen de Jong
96bed8f57f
tweaks
2024-12-06 00:37:16 +01:00
..
GraphicsWindow.kt
optimize monogfx.fill() and gfx2.fill(), also don't read outside screen area
2023-11-04 14:30:51 +01:00
Memory.kt
cleanups
2024-05-17 18:48:04 +02:00
Registers.kt
vm: treat floats as 64 bits doubles. 0.0 printed as "0".
2023-11-21 00:57:56 +01:00
SysCalls.kt
call convention for @Rx parameters, also use cpu registers if possible, like normal parameters
2024-11-25 22:22:24 +01:00
VirtualMachine.kt
fix IR if expression sometimes lacking a cmpi after calculation of the condition value
2024-11-01 01:04:16 +01:00
VmProgramLoader.kt
tweaks
2024-12-06 00:37:16 +01:00
VmVariableAllocator.kt
changed the data type system to composite types
2024-12-05 21:48:51 +01:00