From: Jack Wolfard Date: Sat, 28 Aug 2021 04:10:38 +0000 (-0400) Subject: Update Q1 to match Canvas X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=ea16720a453cc30c17d8bf2e29039045d6a21450;p=cs3210-lab0.git Update Q1 to match Canvas --- diff --git a/README.md b/README.md index 490235c..1702e6d 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ stack will be at higher addresses the earlier they were pushed on. Answer the following on Canvas: -1. What address is the start (first pushed element) of the stack? +1. Assume the stack is empty. If an item was pushed onto the stack, what would the address of this element be? 2. What items are on the stack at this point (pc = 0x10000c)?