auxiliary carry problem

Asked by enis

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

Question information

Language:
English Edit question
Status:
Solved
For:
gnusim8085 Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Onkar Shinde (onkarshinde) said :
#1

Solved by user.