A simple computer architecture simulator for COMS30046
Go to file
2024-01-31 18:29:19 +00:00
.gitignore Initial commit: created project skeleton 2024-01-22 12:11:07 +00:00
assembly.c ASM: Wrote the start of the definition for the ISA and some of the disassembly logic 2024-01-31 18:29:19 +00:00
assembly.h GUI: Added disassembly window 2024-01-29 12:48:53 +00:00
COPYING Added license and added gui error reporting 2024-01-23 13:33:04 +00:00
gui.c ASM: Wrote the start of the definition for the ISA and some of the disassembly logic 2024-01-31 18:29:19 +00:00
gui.h GUI: Added hexdump window 2024-01-23 19:35:57 +00:00
main.c GUI: Added disassembly window 2024-01-29 12:48:53 +00:00
Makefile Build system: General improvements 2024-01-29 13:03:43 +00:00
README.md Initial commit: created project skeleton 2024-01-22 12:11:07 +00:00
simdata.c GUI: Added stack window 2024-01-26 16:11:57 +00:00
simdata.h GUI: Added stack window 2024-01-26 16:11:57 +00:00

First - A simple computer architecture simulator for COMS30046