From 4dab538ad18b10f051ce2367f6038f5de844aed3 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 20 Oct 2021 14:58:45 -0700 Subject: [PATCH] . --- tutorial/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tutorial/index.md b/tutorial/index.md index 81cdd932..0b0d325c 100644 --- a/tutorial/index.md +++ b/tutorial/index.md @@ -206,3 +206,7 @@ shows that Mu consistently follows a few rules: * Instructions that write to memory have a preposition in their name. Contrast `add` to a register vs `add-to` a memory location, `subtract` from a register vs `subtract-from` a memory location, and so on. + +If you're stuck, as always, [my door is open](http://akkartik.name/contact). +You can also see a solution in the repository, though I won't link to it lest +it encourage peeking.