From df524c12583dbdab8a72562090cbdceff40ea0c4 Mon Sep 17 00:00:00 2001 From: joxe Date: Thu, 4 Sep 2008 21:31:52 +0000 Subject: [PATCH] added more to changelog git-svn-id: https://mspsim.svn.sourceforge.net/svnroot/mspsim/mspsim@301 23d1a52b-0c3c-0410-b72d-8f29ab48fe35 --- CHANGE_LOG.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGE_LOG.txt b/CHANGE_LOG.txt index c907e60..6c43d3f 100644 --- a/CHANGE_LOG.txt +++ b/CHANGE_LOG.txt @@ -4,10 +4,11 @@ Changes: - fixed bug which caused array out of bounds on IO-units. - fixed bug in timer causing interrupts when timer was stopped - fixed bug in timer to handle start/stop better -- fixed bug in MSP430 core that caused MOV operand to change status flags +- fixed bug in MSP430 core that caused MOV instruction to change status flags - added getDoubleValue in DataSource and made "duty" command print duty cycle information as double instead of int - fixed windows to accept double input and not only int input +- corrected cycle count on some instructions 0.91 Changes: