Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-17 | Add logo; Implement exceptions (including banked registers); Implement ↵HEAD0.47master | Gabriel Bjørnager Jensen | |
software interrupts; Add custom bootloader; Update readme; Support condition-setting instructions; Implement all data-processing instructions; Support conditional execution (predicates); Rework shifter instructions; Rework pipeline; Rework file structure; Update gitignore; Update naming convention; | |||
2023-11-04 | Reformat changelog in Markdown; Add test program (including build script); ↵0.45 | Gabriel Bjørnager Jensen | |
Update readme (make Markdown); Rewrite and restructure project; Update optimisation flags; Depend on ctrlc, sdl2, and toml; Set window title according to image; Draw video memory; Update naming convention; Update gitignore; Never hang on trap; Run CPU on seperate thread; Rework logs; |