mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 18:46:43 +00:00
Update computer architecture image link
parent
d3092477a5
commit
c718a582aa
@ -182,7 +182,7 @@ NOT 0011 1111 0000 1010
|
||||
## Computers and code
|
||||
### Basic computer architecture
|
||||
Here is a basic diagram of the system design of a modern computer
|
||||

|
||||

|
||||
We can see that all there is a lot of I/O (input and output) hardware connected to the CPU, but we don't really have to worry about the exact way to access these from within the CPU because it is taken care of by the operating system (Linux, Windows...). In the real world, programmers use **system calls** which are understood by the operating system to request access to certain files on the hard drive or to display text on the screen.
|
||||
Only the CPU, memory and registers (in green) are relevant for the game.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user