it is not PCI is memory
This commit is contained in:
parent
01e7a23ae2
commit
23c3a69071
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ Present your solution to the general assembly and choose one implementation to t
|
||||||
- Everyone who is not a CPU is data:
|
- Everyone who is not a CPU is data:
|
||||||
- you'll have an address when you are stored in memory
|
- you'll have an address when you are stored in memory
|
||||||
- you'll have a value (the value of the tarot card you hold on your hand): don't let it go!
|
- you'll have a value (the value of the tarot card you hold on your hand): don't let it go!
|
||||||
- when `fetch`-ed by the CPU, you'll take the PCI-bus and go sit on the corresponding register, taking the card with you
|
- when `fetch`-ed by the CPU, you'll take the memory-bus and go sit on the corresponding register, taking the card with you
|
||||||
- when `push`-ed by the CPU, you'll take the PCI-bus and go sit on the corresponding memory address, taking the card with you
|
- when `push`-ed by the CPU, you'll take the memory-bus and go sit on the corresponding memory address, taking the card with you
|
||||||
- when `sort`-ed, move to the appropriate register, according the semantics of the `sort` instruction defined above
|
- when `sort`-ed, move to the appropriate register, according the semantics of the `sort` instruction defined above
|
||||||
|
|
||||||
## Run the compiled code!
|
## Run the compiled code!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue