This update fixes problems with comparison and branching instructions. Each comparison was setting one or more flags in the CPSR, but the old flags were not getting cleared first.
New project deadline: Tuesday Apr 3, midnight
ExecutionUnit.hs
Additional update 3:15PM. These updates fix a potential problem with
displaying values in the data area when you are using the debugger.
Decoder.hs
Encoder.hs
Instruction.hs
6:00 PM
This fixes a bug which caused strings to be loaded incorrectly into a
buffer when entered using swi #4.
Loader.hs
Swi.hs