Update README.md

This commit is contained in:
2024-11-20 10:28:07 +01:00
committed by GitHub
parent 52fa99817c
commit 7196dfa42c

View File

@@ -1,8 +1,11 @@
# Dumb8-CPU # Dumb8-CPU
![image](https://github.com/user-attachments/assets/d8d57847-95cb-41aa-ac28-1b0a701498bd)
Continuing my exploration of the lower-level world... Continuing my exploration of the lower-level world...
This project is the implementation of a CPU in a high-level language, C. It aims to have a reduced (minimalist) instruction set and still be Turing complete. This project is the implementation of a CPU in a high-level language, C. It aims to have a reduced (minimalist) instruction set and still be Turing complete.
In the future, I'd like to implement it in a hardware description language such as VHDL or Verilog.
## How to test ## How to test
@@ -69,5 +72,4 @@ HLT
## Known bugs ## Known bugs
- (possibly) JEQ is inop - If you find one, please open an issue. Contributions are highly appreciated!
- If you find one, please open an issue.