123. Carry Flag in 8-bit Addition

Discussions1
Log in to post comments and replies.
You
SSARVESH
SSARVESHAug 23 2025

Sir it may not suite for all Conditions  

like if a =1000 and b = 1 for ->(*result > b);

a= 1 and b= 1000 ->  a = 1 for ->(*result > a);

0