Mercurial > vba-clojure
changeset 344:9366539d29b6
item layout is complete.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 08 Apr 2012 08:43:52 -0500 |
parents | 652c5abee892 |
children | 3b3cd62b6106 5639312a393f |
files | clojure/com/aurellem/run/bootstrap_0.clj save-states/pc-item-writer.sav |
diffstat | 2 files changed, 12 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/clojure/com/aurellem/run/bootstrap_0.clj Sun Apr 08 08:27:55 2012 -0500 1.2 +++ b/clojure/com/aurellem/run/bootstrap_0.clj Sun Apr 08 08:43:52 2012 -0500 1.3 @@ -1061,8 +1061,8 @@ 1.4 target-high 1.5 0x37 ;; (item-hack) set carry flag no-op 1.6 1.7 - 0x2F ;; (item-hack) cpl A 1.8 - 0x2F ;; (item-hack) cpl A --together a spacer no-op 1.9 + 0x00 ;; (item-hack) no-op 1.10 + 0x37 ;; (item-hack) set carry flag no-op 1.11 1.12 0x00 ;; (item-hack) no-op 1.13 0xF3 ;; disable interrupts 1.14 @@ -1151,11 +1151,17 @@ 1.15 0x00 1.16 0x37 ;; (item-hack) set carry flag no-op 1.17 1.18 - 0x00 1.19 - 0x21 1.20 + 0x2E ;; 0x3A -> L 1.21 + 0x3A 1.22 1.23 - 0x3A 1.24 - 0xD5 1.25 + 1.26 + 0x00 ;; (item-hack) no-op 1.27 + 0x26 ;; 0xD5 -> L 1.28 + 0xD5 1.29 + 0x01 ;; (item-hack) set-carry BC 1.30 + 1.31 + 0x00 ;; (item-hack) these can be anything 1.32 + 0x00 1.33 1.34 ;; 0x00 1.35 ;; 0x44 ;; H -> B
2.1 Binary file save-states/pc-item-writer.sav has changed