My assumption is that it's irrelevant because we're not dealing with overflow, but I wanted to use it as a pin to implement f in the ALU, and the hardware simulator doesn't let me, because according to the Add16 parameters, it doesn't exist (even though I did provide a variable for the final carry in the actual Add16 code, because I had to).
Is there any way to access the carry as a pin? Or do I have to find a different workaround?