There is no carry from D7 hence CY flag is 0 There is carry from D3 (lower nibble) hence AC flag is 1 There are 5 number of 1's in result which is even parity hence P flag is 1
@MindsRiot3 жыл бұрын
Sorry, there are 5 number of 1's. Now updated
@MindsRiot3 жыл бұрын
You can find explaination here tasks4you.blogspot.com/2021/06/special-function-registers-sfr-of-8051.html
@gamingt.v1385 жыл бұрын
Gr8
@MindsRiot5 жыл бұрын
Thank you very much
@deepankshudeepsingh68043 жыл бұрын
Parity flag shouldn't be= 1 ?!
@MindsRiot3 жыл бұрын
It becomes 1 when there's odd parity of 1's in the result. Already mentioned in video
@chandanpateln.s83904 жыл бұрын
Sir can you solve for addition of 12h and 62h ....
@MindsRiot4 жыл бұрын
The answer is 0111 0100, AC=0, P=0, OV=0, CY=0 See image below drive.google.com/file/d/16NyFFGIGe8p42GV-XmT32LPBQadk9Nz_/view?usp=drivesdk
@chandanpateln.s83904 жыл бұрын
Tq sir
@MindsRiot4 жыл бұрын
@@chandanpateln.s8390 welcome
@makelearneasy10504 жыл бұрын
Sir can you solve an example of above case using multiplication of two hexa decimal number