diff options
Diffstat (limited to 'mu_instructions')
-rw-r--r-- | mu_instructions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mu_instructions b/mu_instructions index 6a450ec0..f6b05faa 100644 --- a/mu_instructions +++ b/mu_instructions @@ -2,7 +2,7 @@ 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 "var/reg" +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. |