diff --git a/README.md b/README.md new file mode 100644 index 0000000..de34934 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# TTL Calculator + +## Architecture + +![](assets/architecture.png) + +## Specs + +- 8 Bit +- Commands: + - LOAD + - ADD + - SUB + - STL + - OUT + - HLT diff --git a/assets/architecture.png b/assets/architecture.png new file mode 100644 index 0000000..b9c653f Binary files /dev/null and b/assets/architecture.png differ diff --git a/circuit.circ b/circuit.circ index e213959..ddb1c09 100644 --- a/circuit.circ +++ b/circuit.circ @@ -3,6 +3,9 @@ This file is intended to be loaded by Logisim-evolution v4.0.0(https://github.com/logisim-evolution/). + + + @@ -12,7 +15,17 @@ - + + + + + + + + + + + @@ -56,5 +69,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +