Update README.md
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
# Dumb8-CPU
|
# Dumb8-CPU
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
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.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user