about summary refs log tree commit diff stats
path: root/mu_instructions
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-25 00:58:12 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-25 00:58:12 -0700
commitd796318101775f9150af5d5f3bca61cdf31c41fa (patch)
treed53a38e60e492799123e5fa4ac37a2c2a7ca9666 /mu_instructions
parenta01ddfa22d2cbfcdfee43d2a8f7327e91ee4ccc7 (diff)
downloadmu-d796318101775f9150af5d5f3bca61cdf31c41fa.tar.gz
6405
Diffstat (limited to 'mu_instructions')
-rw-r--r--mu_instructions2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu_instructions b/mu_instructions
index 865572eb..926438d7 100644
--- a/mu_instructions
+++ b/mu_instructions
@@ -164,7 +164,7 @@ be provided in an earlier 'var' declaration.
 var/reg: (addr T) <- address var2: T
   => "8d/copy-address *(ebp+" var2.stack-offset ") " reg "/r32"
 
-Array operations (TODO: bounds-checking)
+# Array operations (TODO: bounds-checking)
 
 var/reg <- index arr/rega: (addr array T), idx/regi: int
   | if size-of(T) is 4 or 8