← Back to team overview

gnusim8085-devel team mailing list archive

[Bug 579320] Re: CMP flags not working like SUB with signed numbers

 

** Changed in: gnusim8085
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of
GNUSim8085 developers, which is subscribed to gnusim8085.
https://bugs.launchpad.net/bugs/579320

Title:
  CMP flags not working like SUB with signed numbers

Status in gnusim8085:
  Fix Released

Bug description:
  MVI A,001h
  MVI B,0FEh
  CMP B
  SUB B

  flags after CMP not the same as SUB.