# # ChangeLog for Deliverables/D4.1/Test.hex # # Generated by Trac 1.2 # Feb 26, 2021, 8:44:03 PM Wed, 03 Nov 2010 12:16:19 GMT mulligan [212] * Deliverables/D4.1/ASMInterpret.ml (modified) * Deliverables/D4.1/ASMInterpret.mli (modified) * Deliverables/D4.1/Test.hex (modified) Refactored main emulator loop to improve clarity. Debugging serial ... Tue, 02 Nov 2010 09:09:22 GMT mulligan [210] * Deliverables/D4.1/Test.hex (modified) Three new opcodes ticked off. Going through remaining untested ... Fri, 22 Oct 2010 13:06:26 GMT mulligan [205] * Deliverables/D4.1/ASMInterpret.ml (modified) * Deliverables/D4.1/Test.hex (modified) Reworked handling of serial port input, and implemented remaining ... Thu, 21 Oct 2010 11:32:46 GMT mulligan [203] * Deliverables/D4.1/ASMInterpret.ml (modified) * Deliverables/D4.1/Test.hex (modified) Serial input test: seems to work correctly (small bug corrected where ... Tue, 19 Oct 2010 13:29:52 GMT mulligan [199] * Deliverables/D4.1/ASMInterpret.ml (modified) * Deliverables/D4.1/Test.hex (modified) Fixes to debug code to make serial output more clear. CJNE/JNZ is ... Tue, 19 Oct 2010 08:40:47 GMT mulligan [195] * Deliverables/D4.1/ASMInterpret.ml (modified) * Deliverables/D4.1/ASMInterpret.mli (modified) * Deliverables/D4.1/Test.hex (modified) * Deliverables/D4.1/test.ml (modified) Added printout of processor status when we enter the infinite SJMP ... Fri, 15 Oct 2010 14:14:17 GMT mulligan [187] * Deliverables/D4.1/Test.hex (modified) Bug found in IO handling. Something is throwing assert false. Thu, 14 Oct 2010 15:02:44 GMT mulligan [185] * Deliverables/D4.1/GCC/ASMTest.c (added) * Deliverables/D4.1/GCC/InterruptTest.c (added) * Deliverables/D4.1/Test.hex (modified) Found a way to inline SDCC ASM directly into C to test hard to reach ... Thu, 14 Oct 2010 12:41:28 GMT mulligan [184] * Deliverables/D4.1/GCC/TCON.c (added) * Deliverables/D4.1/Test.hex (modified) Found out how to directly access 8051's registers from C code. Added ... Thu, 14 Oct 2010 10:11:34 GMT mulligan [183] * Deliverables/D4.1/Test.hex (modified) A few more opcodes covered. Emulator seems to work fine on LFSR program. Wed, 13 Oct 2010 12:11:22 GMT mulligan [179] * Deliverables/D4.1/Test.hex (modified) Program executes as required. Wed, 13 Oct 2010 09:11:04 GMT mulligan [171] * Deliverables/D4.1/GCC/ParityCheck.c (added) * Deliverables/D4.1/Test.hex (modified) Parity check program. Bug found with jump zero instruction. A few ... Wed, 13 Oct 2010 08:55:12 GMT mulligan [170] * Deliverables/D4.1/Test.hex (modified) Emulator successfully emulates rounding program. Fri, 08 Oct 2010 16:11:14 GMT mulligan [166] * Deliverables/D4.1/ASMInterpret.ml (modified) * Deliverables/D4.1/ASMInterpret.mli (modified) * Deliverables/D4.1/Test.hex (modified) I/O support added for serial buffer. Fri, 08 Oct 2010 11:18:54 GMT mulligan [165] * Deliverables/D4.1/GCC (added) * Deliverables/D4.1/GCC/EuclideanAlgorithm.c (added) * Deliverables/D4.1/GCC/IntegerSquareRoot.c (added) * Deliverables/D4.1/GCC/QuickSort.c (added) * Deliverables/D4.1/Test.hex (modified) Some example C programs that the emulator can run. Thu, 07 Oct 2010 14:54:42 GMT mulligan [164] * Deliverables/D4.1/Test.hex (added) Successfully compiled a C program with a struct passed by pointer to ...