Hi, I want to access the add with carry instruction (which I assume still exists in PowerPCs) from a c++ application. I have never had inline asm instructions so please provide as much detail as possible. basically I want to add an array of bytes to one another from right to left and carry a bit to the next byte if overflow occurs.
Thank you