about summary refs log tree commit diff stats
path: root/html/mu_instructions.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-03-25 09:46:35 -0700
committerKartik Agaram <vc@akkartik.com>2020-03-25 09:46:35 -0700
commit84c426d2abff4b3b38f35758392baaf3eda93d93 (patch)
tree8692364afb1772a89d2af9085736aacf0e195b83 /html/mu_instructions.html
parent8fa7c79685ae0be5da8cb767c24f7548479d72a5 (diff)
downloadmu-84c426d2abff4b3b38f35758392baaf3eda93d93.tar.gz
6169
Diffstat (limited to 'html/mu_instructions.html')
-rw-r--r--html/mu_instructions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/mu_instructions.html b/html/mu_instructions.html
index fef2054e..1c50a228 100644
--- a/html/mu_instructions.html
+++ b/html/mu_instructions.html
@@ -27,7 +27,7 @@ body { font-family: monospace; color: #000000; background-color: #c6c6c6; }
 
 Mu is a statement-oriented language. Blocks consist of flat lists of instructions.
 The following chart shows all the instruction forms supported by Mu, along
-with the instruction they're translated to. Variables of the form <span class="Constant">&quot;var/reg&quot;</span>
+with the instruction they're translated to. Variables of the form 'var/reg'
 live in a register, and other variables are assumed to live on the stack at
 some 'stack-offset' from ebp.