diff clojure/com/aurellem/run/adv_choreo.clj @ 596:747d47d96d2f

determined that I cannot shorten the long B sequeuce during bootstrap.
author Robert McIntyre <rlm@mit.edu>
date Sun, 02 Sep 2012 06:36:57 -0500
parents 96ee9d72aeb9
children 4503899241e6
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/run/adv_choreo.clj	Sat Sep 01 13:32:19 2012 -0500
     1.2 +++ b/clojure/com/aurellem/run/adv_choreo.clj	Sun Sep 02 06:36:57 2012 -0500
     1.3 @@ -303,7 +303,7 @@
     1.4                       (+ (count init) start-address)))])]
     1.5      (concat init header glyph-display state-machine return-to-header)))
     1.6  
     1.7 -(defn-memo begin-glyph-bootstrap
     1.8 +(defn begin-glyph-bootstrap
     1.9    ([] (begin-glyph-bootstrap (launch-main-bootstrap-program)))
    1.10    ([script]
    1.11       (let [glyph-init (glyph-init-program relocated-bootstrap-start)