A simple computer architecture simulator for COMS30046
Go to file
2024-02-20 15:27:24 +00:00
programs Programs: Improved the 3d rendering code but this yielded only a marginal increase in fps 2024-02-17 20:43:41 +00:00
.gitignore Build system: Added basic support for profiling 2024-02-20 02:12:57 +00:00
assembly.c ASM: fixed small bug in the assembler 2024-02-17 20:54:39 +00:00
assembly.h ASM: Added support for defining arbitrary double-words 2024-02-14 12:57:07 +00:00
COPYING Added license and added gui error reporting 2024-01-23 13:33:04 +00:00
cpu.c Project: Added -O2 to the CFLAGS and fixed some compiler warnings 2024-02-20 15:27:24 +00:00
cpu.h Project: Added -O2 to the CFLAGS and fixed some compiler warnings 2024-02-20 15:27:24 +00:00
gui.c Project: Added -O2 to the CFLAGS and fixed some compiler warnings 2024-02-20 15:27:24 +00:00
gui.h GUI: Added an option to run multiple cycles per frame when in run mode so that the bottleneck isn't the terminal as much 2024-02-17 00:07:29 +00:00
main.c ASM: Added support for empty lines... ...and comments on those empty lines 2024-02-14 14:22:49 +00:00
Makefile Project: Added -O2 to the CFLAGS and fixed some compiler warnings 2024-02-20 15:27:24 +00:00
README.md Initial commit: created project skeleton 2024-01-22 12:11:07 +00:00
simdata.c Project: Added -O2 to the CFLAGS and fixed some compiler warnings 2024-02-20 15:27:24 +00:00
simdata.h Project: Added -O2 to the CFLAGS and fixed some compiler warnings 2024-02-20 15:27:24 +00:00
test.asm Project: fixed several small bugs and changed the implementation of the line drawing algorythm for the braille display to one that actually works 2024-02-16 17:06:27 +00:00

First - A simple computer architecture simulator for COMS30046