summaryrefslogtreecommitdiff
path: root/make_test.sh
AgeCommit message (Collapse)Author
2023-11-17Add logo; Implement exceptions (including banked registers); Implement ↵HEAD0.47masterGabriel 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-04Reformat changelog in Markdown; Add test program (including build script); ↵0.45Gabriel 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;