A simple computer architecture simulator for COMS30046
Go to file
2024-01-26 12:24:43 +00:00
.gitignore Initial commit: created project skeleton 2024-01-22 12:11:07 +00:00
COPYING Added license and added gui error reporting 2024-01-23 13:33:04 +00:00
gui.c GUI: fixed a segfault 2024-01-26 12:24:43 +00:00
gui.h GUI: Added hexdump window 2024-01-23 19:35:57 +00:00
main.c GUI: Added hexdump window 2024-01-23 19:35:57 +00:00
Makefile Added code to parse the command line and read the rom to memory 2024-01-23 16:06:28 +00:00
README.md Initial commit: created project skeleton 2024-01-22 12:11:07 +00:00
simdata.c GUI: small improvements to the hex dump window 2024-01-23 23:56:40 +00:00
simdata.h GUI: small improvements to the hex dump window 2024-01-23 23:56:40 +00:00

First - A simple computer architecture simulator for COMS30046