Mercurial > vba-clojure
comparison clojure/com/aurellem/assembly.clj @ 130:69f241de436d
going to make a bootstrap program for the first bootstrap program
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 17 Mar 2012 19:30:45 -0500 |
parents | 5e4feb77f2d8 |
children | 7f7cc8858d2e |
comparison
equal
deleted
inserted
replaced
129:5e4feb77f2d8 | 130:69f241de436d |
---|---|
1120 (view-memory bytes-written) | 1120 (view-memory bytes-written) |
1121 | 1121 |
1122 (#(do (println "memory from 0xC00F to 0xC01F:" | 1122 (#(do (println "memory from 0xC00F to 0xC01F:" |
1123 (subvec (vec (memory %)) 0xC00F 0xC01F)) %))))) | 1123 (subvec (vec (memory %)) 0xC00F 0xC01F)) %))))) |
1124 | 1124 |
1125 |