From 73c8c762098bef6b471a7a757defd9afbe5610ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andy=20Sch=C3=B6nfeld?= Date: Sun, 3 Dec 2023 12:01:02 +0000 Subject: [PATCH] fix: correct memory input start and end address --- exercises/practice/two-fer/.docs/instructions.append.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/practice/two-fer/.docs/instructions.append.md b/exercises/practice/two-fer/.docs/instructions.append.md index 647addf..29afafc 100644 --- a/exercises/practice/two-fer/.docs/instructions.append.md +++ b/exercises/practice/two-fer/.docs/instructions.append.md @@ -2,4 +2,4 @@ ## Reserved Addresses -The buffer for the input string uses bytes 128-192 of linear memory. +The buffer for the input string uses bytes 64-196 of linear memory.