diff clojure/com/aurellem/exp/notes.txt @ 303:5bcda2d6d135

item manipulation program works!
author Robert McIntyre <rlm@mit.edu>
date Sat, 31 Mar 2012 00:33:35 -0500
parents 0b3e89103dc2
children ecff37d22293
line wrap: on
line diff
     1.1 --- a/clojure/com/aurellem/exp/notes.txt	Sat Mar 31 00:05:39 2012 -0500
     1.2 +++ b/clojure/com/aurellem/exp/notes.txt	Sat Mar 31 00:33:35 2012 -0500
     1.3 @@ -53,7 +53,7 @@
     1.4  0x70  ;; load B into target+1 [(target) -> target+1]
     1.5  
     1.6  0x00
     1.7 -0xC3  ;; first part of absolute jump
     1.8 +0xC3  ;; first part of absolute jump                           
     1.9  
    1.10  burn-heal   (0x0C) 
    1.11  x 95        (0x5F)  -- address of Route 3 memory-function
    1.12 @@ -63,6 +63,8 @@
    1.13  0x01
    1.14  [end repeat]
    1.15  
    1.16 +;; first part of item manipulation program
    1.17 +
    1.18  0x00  ;; this starts at address 0xD58A
    1.19  0x21  ;; load target into HL
    1.20