comparison 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
comparison
equal deleted inserted replaced
302:0b3e89103dc2 303:5bcda2d6d135
51 51
52 0x00 52 0x00
53 0x70 ;; load B into target+1 [(target) -> target+1] 53 0x70 ;; load B into target+1 [(target) -> target+1]
54 54
55 0x00 55 0x00
56 0xC3 ;; first part of absolute jump 56 0xC3 ;; first part of absolute jump
57 57
58 burn-heal (0x0C) 58 burn-heal (0x0C)
59 x 95 (0x5F) -- address of Route 3 memory-function 59 x 95 (0x5F) -- address of Route 3 memory-function
60 60
61 [repeat the following 8 times] 61 [repeat the following 8 times]
62 0xFF 62 0xFF
63 0x01 63 0x01
64 [end repeat] 64 [end repeat]
65
66 ;; first part of item manipulation program
65 67
66 0x00 ;; this starts at address 0xD58A 68 0x00 ;; this starts at address 0xD58A
67 0x21 ;; load target into HL 69 0x21 ;; load target into HL
68 70
69 third rival's name character (U == 0x94) 71 third rival's name character (U == 0x94)