From 6efd1778e195cbadb71fbb718e182e229e5dff40 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 27 Mar 2020 09:07:04 -0700 Subject: 6174 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5962d33..ff5508a5 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ checks. Here's the program we translated above: ex2.mu There are no expressions; functions consist of only statements that operate on -variables. Most statements in Mu translate to [a single machine code instruction](http://akkartik.github.io/mu/html/mu_instructions.html). +variables. Most statements in Mu translate to [a single machine-code instruction](http://akkartik.github.io/mu/html/mu_instructions.html). Variables reside in memory by default. Programs must specify registers when they want to use them. Functions must return results in registers. Execution begins at the function `main`, which always returns its result in register -- cgit 1.4.1-2-gfad0