From 23c3a69071155cfe98ab0327d9bd1e1f4524ad7a Mon Sep 17 00:00:00 2001 From: Tiziano Zito Date: Thu, 28 Aug 2025 16:39:03 +0200 Subject: [PATCH] it is not PCI is memory --- analog_programming.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/analog_programming.md b/analog_programming.md index 3ff3d7f..a91eda6 100644 --- a/analog_programming.md +++ b/analog_programming.md @@ -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!