I have an Jazz application where I am trying to keep track of a hundreds of tonnes of a product in 1kg increments and as such want to use 32 bit numbers. I couldn't actually find it documented if I try using SB82 with addition to handle what will happen when I eventually exceed 16 bits. IF it is as simple as setting SB82 adding MI0 to MI2 and putting the result in MI4. If I am right in my hope that I can do this will it take MI0 and MI1 as an 32 bit number or will it just take MI0.
If SB82 doesn't allow for 32 bit addition can someone give me a method of adding a 16 bit number to a 32 bit number for a 32 bit result.