log clojure/com/aurellem/gb/rlm_assembly.clj

age author description
2012-04-14 Robert McIntyre everything works :) now I have total control over the game.
2012-04-14 Robert McIntyre saving progress before debugging.
2012-04-14 Robert McIntyre moved asseitem-writer assembly to rlm-assembly.
2012-04-14 Robert McIntyre brought documentation up to date.
2012-04-13 Robert McIntyre removed repeated nybbles, length is now 69 opcodes.
2012-04-13 Robert McIntyre got main-bootstrap-program down to 67 opcodes.
2012-04-13 Robert McIntyre removed one opcode
2012-04-13 Robert McIntyre all tests passed.
2012-04-13 Robert McIntyre finally made it to the actual writing part...
2012-04-13 Robert McIntyre this f@#@# thing oh my god.
2012-04-13 Robert McIntyre allowed non-even initial blank inputs.
2012-04-13 Robert McIntyre fixed bug where variables would be overwritten.
2012-04-13 Robert McIntyre use E as scratch instead of C
2012-04-13 Robert McIntyre fixed bug where A was always 0 when the self-modigying code was executed.
2012-04-13 Robert McIntyre set H for real
2012-04-13 Robert McIntyre set H, but found flaw in program flow.
2012-04-12 Robert McIntyre saving progress.
2012-04-12 Robert McIntyre saving progress....
2012-04-12 Robert McIntyre saving progress...
2012-04-12 Robert McIntyre saving progress.
2012-04-12 Robert McIntyre saving progress.
2012-04-12 Robert McIntyre had to change programs to prevent repeats.
2012-04-12 Robert McIntyre saving progress...
2012-04-12 Robert McIntyre changed scratch ragisters from BC to DE.
2012-04-12 Robert McIntyre working on mode-dispatch
2012-04-11 Robert McIntyre completed read-user-input by working off of Dylan's version.
2012-04-11 Robert McIntyre saving progress.
2012-04-11 Robert McIntyre decreased frame-metronome by one opcode
2012-04-11 Robert McIntyre frame-metronome no longer needs any state.
2012-04-11 Robert McIntyre leave HL unmolested
2012-04-11 Robert McIntyre simplifying frame-metronome
2012-04-11 Robert McIntyre created efficient frame-metronome program
2012-04-11 Robert McIntyre working on main bootstrap program