From 019de1c30466c0228dafe516d8edbe1465adb1b4 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 20 Oct 2021 14:51:05 -0700 Subject: [PATCH] . --- tutorial/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorial/index.md b/tutorial/index.md index 6d0177e0..81cdd932 100644 --- a/tutorial/index.md +++ b/tutorial/index.md @@ -198,7 +198,8 @@ command as often as you like: ./translate tutorial/task5.mu && qemu-system-i386 code.img ``` -The section on [integer primitives](https://github.com/akkartik/mu/blob/main/mu.md#integer-primitives) shows that Mu consistently follows a few rules: +The section on [integer primitives](https://github.com/akkartik/mu/blob/main/mu.md#integer-primitives) +shows that Mu consistently follows a few rules: * Instructions that write to a register always have an output before the `<-`. * Instructions that use an argument in memory always have it as the first inout.