- https://efthimiskritikos.com/
- Joined on
2023-02-04
Block a user
d6ff86499e
Programs: Added initial draft of quicksort porgram that is currently broken and two other benchmarks
3e86db9600
CPU: Fixed a bug with memory access on the RET instruction
39af6ec292
ASM: Fixed length checking bug in assembler labels
48237ccd95
Project: Added support for json log file
99c0af752b
GUI: Moved the drawing code of the exec window in gui internals into a sepparate function so that i can easily draw the window multiple times
51c8edf43f
GUI: Fixed updating of tabs when switching from run to single step and visa versa, also cleaned up the relavent code a bit
c59791e7e2
CPU: Added support for requiring multiple clock cycles for different instruction in the execution unit and updated the gui/internals tab accordingly
031f0d75bf
Project: Added the tool to convert from stl to source code data although it's almost emberassingly badly written.Made the size of the model for the 3d renderer variable and added the Utah teapot stl file and made rendering it the default program
91c9b634f4
Program: Adjusted the turn angle on the 3D renderer to something more reasonable with the recent processing improvements
80b8c25cab
GUI: Split off the framebuffer writing code to a separate file and added support for AALib for terminals without unicode/braille
316d4952fa
GUI: Added a new Display tab that only updates when the cpu finished producing a new frame and made massive performance improvements with the help of the new profiler