mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +00:00
Remove unnecessary .DS_Store files and update .gitignore; modify config.yaml and various markdown files for improved organization and clarity
This commit is contained in:
@@ -84,7 +84,7 @@ We can finally add the ALU (Arithmetic Logic Unit) we built before into the new
|
||||
The gray trapezoids are multiplexers:
|
||||

|
||||
The output value is then stored in a temporary register, before replacing the first operand register's value.
|
||||
The component we just built to control the `ALU` is part of a `Control Unit`. The full `control unit` is very complex, as it needs to handle every possible instruction. (So far, we have seen how to implement the `ALU` and `RAM`.)
|
||||
The component we just built to control the `ALU` is part of a `Control Unit`. The full `control unit` is very complex, as it needs to handle every possible instruction. (So far, we have seen how to implement the `ALU` and `RAM`.)
|
||||

|
||||
Each register in the `CU` has a specific purpose, unlike `RAM`, which can be used to store any values.
|
||||

|
||||
|
||||
Reference in New Issue
Block a user