diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-10-20 14:58:45 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-10-20 14:58:45 -0700 |
commit | 4dab538ad18b10f051ce2367f6038f5de844aed3 (patch) | |
tree | 82f4109a73b737eb706e42ec885dbafc90ab018e /tutorial | |
parent | 019de1c30466c0228dafe516d8edbe1465adb1b4 (diff) | |
download | mu-4dab538ad18b10f051ce2367f6038f5de844aed3.tar.gz |
.
Diffstat (limited to 'tutorial')
-rw-r--r-- | tutorial/index.md | 4 |
1 files changed, 4 insertions, 0 deletions
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. |