* sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
authorepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 18 Jun 2005 23:56:01 +0000 (23:56 +0000)
committerepetrich <epetrich@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 18 Jun 2005 23:56:01 +0000 (23:56 +0000)
commit014ffb2177ce6852557ae1895d9a800856831c55
treeb071792b7bf8d2a18ce64240bc95967c72e75a50
parentbf67f8d705935961d3758f9735e5f528141a47be
* sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
  BGT, BLE, BHI, and BLS instructions
* src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
  genCmpEq): removed
* src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
  negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
  fixes bug #1216342
* src/hc08/peeph.def: added rules 2g - 2l for new conditional branches

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3782 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
sim/ucsim/hc08.src/inst.cc
src/hc08/gen.c
src/hc08/peeph.def