updated readme

This commit is contained in:
kaylee 2023-12-15 19:47:29 +00:00
parent b0b062a2b0
commit 4af688b59c
1 changed files with 5 additions and 0 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# CPU simulator
I made this for my final year project at Edinburgh University. It is a learning tool which lets you build components of a processor from scratch using NAND gates, and then run actual code on it.
The code quality was not assessed, and I was working to a very tight deadline, so the code is messy and suboptimal as all hell. I hope to chip away at and make it something that has actual use value rather than just a technical demonstration.