mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-22 20:56:46 +08:00
something changed
This commit is contained in:
parent
a7e89718b1
commit
73a4abfb8d
3 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -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
|
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
|
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.
|
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
|
Registers don't have addresses because they are not in memory. Instead
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in a new issue