14 lines
602 B
Markdown
14 lines
602 B
Markdown
# FPGA Computer
|
|
|
|
8-bit computer modeled after the Simple-As-Possible computers from the book [Digital Computer
|
|
Electronics](https://www.goodreads.com/book/show/942643.Digital_Computer_Electronics) by Malvino and
|
|
Brown.
|
|
|
|
The SAP-3 is the final iteration of the computer and shares an instruction set with the Intel
|
|
8080/8085, minus a few instructions.
|
|
|
|
* [Blog post about the SAP-1.](https://austinmorlan.com/posts/fpga_computer_sap1/)
|
|
* [Blog post about the SAP-2.](https://austinmorlan.com/posts/fpga_computer_sap2/)
|
|
* [Blog post about the SAP-3.](https://austinmorlan.com/posts/fpga_computer_sap3/)
|
|
|