link to the Mu tour

This commit is contained in:
Kartik K. Agaram 2021-12-07 07:45:23 -08:00
parent 7195a5e88e
commit d46441e082
1 changed files with 3 additions and 1 deletions

View File

@ -200,9 +200,11 @@ pull features upstream!
If you're still reading, here are some more things to check out:
- [A slow guided tour of Mu.](tutorial/index.md)
- [How to get your text editor set up for Mu and SubX programs.](editor/editor.md)
- [Videos demonstrating Mu programs and features.](https://archive.org/details/@kartik_agaram)
- [Some videos demonstrating Mu programs and features.](https://archive.org/details/@kartik_agaram)
- [A summary](mu_instructions) of how the Mu compiler translates statements
to SubX. Most Mu statements map to a single x86 instruction.