something changed

This commit is contained in:
Perry Kivolowitz 2024-02-17 16:17:36 -06:00
parent a7e89718b1
commit 73a4abfb8d
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -16,7 +16,7 @@ be on one chip and RAM on another set of chips.
The idea of registers were introduced a very long time ago as being
super fast storage that is implemented directly in the CPU. Because they
are within the CPU, distance isn'tv really an issue. Similarly, because
are within the CPU, distance isn't really an issue. Similarly, because
they are in the CPU, they operate as the speed of the CPU itself.
Registers don't have addresses because they are not in memory. Instead

Binary file not shown.