diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/mu_instructions.html | 2 |
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">"var/reg"</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. |