diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-03-25 09:46:35 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-03-25 09:46:35 -0700 |
commit | 84c426d2abff4b3b38f35758392baaf3eda93d93 (patch) | |
tree | 8692364afb1772a89d2af9085736aacf0e195b83 /mu_instructions | |
parent | 8fa7c79685ae0be5da8cb767c24f7548479d72a5 (diff) | |
download | mu-84c426d2abff4b3b38f35758392baaf3eda93d93.tar.gz |
6169
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. |