about summary refs log tree commit diff stats
path: root/mu.arc.t
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-11-01 15:55:42 -0700
committerKartik K. Agaram <vc@akkartik.com>2014-11-01 15:55:42 -0700
commita65fbc8bf91d6cbe7d1d96980c2c0e7c3f6d3713 (patch)
tree4ada04c92b8dfdda21ef8cbc89e30e33604e94bc /mu.arc.t
parenteee42c94115b6aca4b4078b7efc99d313cc097f1 (diff)
downloadmu-a65fbc8bf91d6cbe7d1d96980c2c0e7c3f6d3713.tar.gz
211 - update html for reading
Diffstat (limited to 'mu.arc.t')
-rw-r--r--mu.arc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.arc.t b/mu.arc.t
index 499537b3..4fdabb56 100644
--- a/mu.arc.t
+++ b/mu.arc.t
@@ -272,7 +272,7 @@
 (if (~is memory*.1 t)
   (prn "F - le is the <= inequality operator - 2"))
 
-; Control flow operations: jump, jump-if
+; Control flow operations: jump, jump-if, jump-unless
 ; These introduce a new type -- 'offset' -- for literals that refer to memory
 ; locations relative to the current location.