Merge branch 'main' into materials

* main:
  it is not PCI is memory
This commit is contained in:
Tiziano Zito 2025-08-28 16:39:12 +02:00
commit 172aa905b9

View file

@ -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:
- 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!
- 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 `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 `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 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
## Run the compiled code!