This commit is contained in:
Kartik K. Agaram 2021-10-20 14:58:45 -07:00
parent 019de1c304
commit 4dab538ad1
1 changed files with 4 additions and 0 deletions

View File

@ -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.