← Back to team overview

gnusim8085-devel team mailing list archive

Re: [Question #155694]: auxiliary carry problem

 

Question #155694 on gnusim8085 changed:
https://answers.launchpad.net/gnusim8085/+question/155694

Description changed to:
I wrote a simple program

MVI A,3Eh
MVI B,4Ch
ANA B;
HLT

But Auxiliary carry is 1 after running
isn't has to be 0?

Edit: Problem solved
In ORA,ORI,XRA And XRI  Auxiliary carry is Zero. But ANA and ANI is exception, in this commands AC=1

-- 
You received this question notification because you are a member of
GNUSim8085 developers, which is an answer contact for gnusim8085.